From 9bc33a3274ba8d3403550aded4d5c09d7dad40ea Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 Aug 2022 12:36:30 +0530 Subject: [PATCH] chore(release): bump version to 2.2.1 --- CHANGELOG.md | 8 +++++++- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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