From 11e932b751bbbaa6391f85fda69dce4cfa33a754 Mon Sep 17 00:00:00 2001 From: chen-zimmer-px Date: Thu, 21 Dec 2023 12:03:58 +0200 Subject: [PATCH] fix date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65675cd..80ba7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [3.13.0] - 2023-21-12 +## [3.13.0] - 2023-12-21 ### Added - Added `failOnEmptyBody` flag for `callServer` to specify weather or not a request should fail if it has no body.