From d6020db0c3b915ad14674e7071bd63e622d1e048 Mon Sep 17 00:00:00 2001 From: tonisives Date: Wed, 31 Jan 2024 16:31:12 +0700 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fcc85..4c81d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This is the changelog for v1 releases. See v0 changelog in the [v0 branch](https://github.com/highmobility/hmkit-fleet/tree/v0). +## [1.0.4] - 2024-1-31 + +- Fix `Json {} ignoreUnknownKeys` error + ## [1.0.3] - 2023-11-29 ### Added diff --git a/gradle.properties b/gradle.properties index 69b9d75..068f07d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.0.3 +version=1.0.4 kotlin.code.style=official \ No newline at end of file