From db8f2ed0a9dd6cec451ed2990e6113e29f0e2f1b Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Sun, 4 Feb 2024 20:37:14 +0000 Subject: [PATCH] Prepare changelog for release 0.22.0. Signed-off-by: Kenneth J. Shackleton --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6209ea573..ecc2d285fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ Change Log ========== +## Version 0.22.0 + +Warning: This release decouples the choice of SQLite implementation from the main Android artifact, and requires an additional dependency declaration. Please refer to the [getting started](https://bloomberg.github.io/selekt/getting_started/#integration) guide. + +### Fixes + +* Use Kotlin's `Enum.entries` instead of `Enum.values()`. +* Decouple the choice of SQLite implementation from the main Android artifact. +* Publish a BOM. + +### Dependencies + +* Android SDK 34. +* Dokka 1.9.10. +* Gradle 8.6. +* Junit 5.10.1. +* Kotlin 1.9.22. +* Kotlin Coroutines 1.7.3. +* Mockito 5.10.0. +* Mockito-Kotlin 5.2.1. +* NDK 26.1. +* Room 2.6.1. + ## Version 0.21.0 Warning: This release migrates from OpenSSL 1.1.1v to OpenSSL 3.1.2.