From 55dad8d14c914f555e6d90af023e4cbecf5e1934 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 7 Jul 2023 15:51:34 +0530 Subject: [PATCH] chore(release): bump version to v2.3.4 --- CHANGELOG.md | 8 +++++++- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8845a64..f12ef5b 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.3.4] - 2023-07-07 + +- Upgrade to Kotlin 1.9.0 + ## [2.3.3] - 2023-06-30 - Remove deprecated Kotlin/Native targets. See [kotl.in/native-targets-tiers](https://kotl.in/native-targets-tiers). @@ -75,7 +79,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.3.3..develop +[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.4..develop + +[2.3.4]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.3..v2.3.4 [2.3.3]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..v2.3.3 diff --git a/gradle.properties b/gradle.properties index 16ed6e6..995b684 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.3.3 +VERSION_NAME=2.3.4 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm