diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e07d5..83142c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.0-alpha03] - 2022-01-08 + +### Changed + +- Expand list of targets to include all tvOS, watchOS and iOS variants as well as their simulators. + ## [2.0.0-alpha02] - 2022-01-08 ### Changed @@ -27,7 +33,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.0.0-alpha02..develop +[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha03..develop + +[2.0.0-alpha03]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha02..v2.0.0-alpha03 [2.0.0-alpha02]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha01..v2.0.0-alpha02 diff --git a/gradle.properties b/gradle.properties index d954695..d528c6b 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.0.0-alpha02 +VERSION_NAME=2.0.0-alpha03 POM_ARTIFACT_ID=sublime-fuzzy POM_NAME=sublime-fuzzy POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm