From 442479cd4e74616be8469500df48a824094f0f9d Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Mon, 25 Nov 2024 13:06:47 -0500 Subject: [PATCH] Bump version to 0.1.23 --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e194849..b49dcde 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +# 0.1.23 - 2024-11-25 +- Fix: Return a 400 status code when payload is invalid JSON + # 0.1.22 - 2024-10-31 - Fix: calling `fail!` in gruf Interceptors was failing with an unrelated exception.