diff --git a/CHANGELOG.md b/CHANGELOG.md index 5867fa0..c59af22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.2.1] - 2022-08-11 + - Upgrade to Kotlin 1.7.10 ## [2.2.0] - 2022-06-09 @@ -47,7 +49,11 @@ 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.1.0..develop +[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..develop + +[2.2.1]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.1..v2.2.0 + +[2.2.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.2.0..v2.1.0 [2.1.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..v2.0.0 diff --git a/gradle.properties b/gradle.properties index 4dec9dd..e8afd27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true # Maven publishing GROUP=com.github.android-password-store -VERSION_NAME=2.2.0 +VERSION_NAME=2.2.1 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm