From 490a2c0e05e6c25bb86c5ee525a56b5f1e9469f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 9 Jan 2025 15:32:14 +0100 Subject: [PATCH] docs: update changelog for 0.5.7 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e977ed..3172fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +## [0.5.7] - 2025-01-09 +- Same as 0.5.6, but with kotlin version set at `1.8.10` + ## [0.5.6] - 2024-12-23 +**THIS VERSION SHOULD NOT BE USED - if you are using Kotlin 2.x, use versions 0.6.0 and above, if not, use 0.5.7** - Updated kotlin version to `2.1.0` - Updated `kotlinx.serialization` version to `1.7.3` - Improved performance and heap usage of serialization by creating less byte objects ([#102][p102])