From b79b1bd2962dc7b78a5eaa5fcb8d8450506c9684 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Thu, 11 May 2023 10:32:11 +0200
Subject: [PATCH] docs: update changelog

---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50bd766..9b55025 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
-- Replace deprecated JSON encoder (#35)
+- Make properties in API schemas in CamelCase notation (aura#141)
+- Avoid deprecation warning by replacing JSON encoder (#35)
 
 ### Deprecated
 
-- 
GitLab