diff --git a/CHANGELOG.md b/CHANGELOG.md index b129b47..627d363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.2.3] - 2022-12-10 + +- Upgrade to Kotlin 1.7.22 + ## [2.2.2] - 2022-10-11 - Upgrade to Kotlin 1.7.20 @@ -53,7 +57,9 @@ All notable changes to this project will be documented in this file. Initial release -[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.2..develop +[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.3..develop + +[2.2.3]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.2..v2.2.3 [2.2.2]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..v2.2.2 diff --git a/gradle.properties b/gradle.properties index e054b29..8ad1a6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ kotlin.native.ignoreDisabledTargets=true # Maven publishing GROUP=com.github.android-password-store -VERSION_NAME=2.2.2 +VERSION_NAME=2.2.3 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm