Skip to content

Commit

Permalink
Prepare changelog for release 0.22.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Feb 4, 2024
1 parent e4b2f59 commit db8f2ed
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit db8f2ed

Please sign in to comment.