diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecc2c1..109df43 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.0] - 2022-06-09 + +- Upgrade to Kotlin 1.7.0 + ## [2.1.0] - 2022-01-17 - Add Android native targets diff --git a/gradle.properties b/gradle.properties index 8866d72..4dec9dd 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.1.0 +VERSION_NAME=2.2.0 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm