From fd39efb11eaa056ef585c26d6c7145ac5a58b968 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Tue, 17 Dec 2024 14:39:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=201.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3481069..af829ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +- + +## [1.9.0] + +_2024-12-17_ + - Provide default proguard file to prevent errors on Android consumers - Add basic unit tests in app module in https://github.com/SimonMarquis/SealedObjectInstances/pull/238 - Kotlin Multiplatform example in https://github.com/SimonMarquis/SealedObjectInstances/pull/239 @@ -108,7 +114,8 @@ _2022-08-22_ > **Note** 🎉 Initial release -[Unreleased]: https://github.com/SimonMarquis/SealedObjectInstances/compare/1.8.0...HEAD +[Unreleased]: https://github.com/SimonMarquis/SealedObjectInstances/compare/1.9.0...HEAD +[1.9.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.9.0 [1.8.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.8.0 [1.7.0]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.7.0 [1.6.3]: https://github.com/SimonMarquis/SealedObjectInstances/releases/tag/1.6.3 diff --git a/gradle.properties b/gradle.properties index 12e129c..33e537a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.9.0-SNAPSHOT +version=1.9.0 group=fr.smarquis.sealed artifactId=sealed-object-instances