From 2ce9d7fd401500da1871a4ccb344d739572df1bd Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 17 May 2022 08:26:15 +0530 Subject: [PATCH] chore: fill out changelog and readme --- CHANGELOG.md | 8 +++++++- README.md | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca80e18..9ecc2c1 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.1.0] - 2022-01-17 + +- Add Android native targets + ## [2.0.0] - 2022-01-11 - No changes from [2.0.0-alpha03] @@ -37,7 +41,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..develop +[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..develop + +[2.1.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.1.0..v2.0.0 [2.0.0]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.0.0-alpha03..v2.0.0 diff --git a/README.md b/README.md index 06fd719..fbff6fd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ It is available as a Kotlin Multiplatform library for the following platforms - iOS simulator arm64 - tvOS simulator arm64 - watchOS simulator arm64 +- Android native arm32 +- Android native arm64 ## Downloading