diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ac2e94..eee16bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -## Unreleased +## v0.2.2 - 2021-02-03 + +Minimum Lemmy version supported: `v0.9.4` ### Added - Online users count is now correctly displayed +- APKs are now signed ### Fixed @@ -11,6 +14,10 @@ - Fixed a bug where adding/removing accounts could cause the home/communities/search tabs to crash - Fixed a bug where up/down voting twice cause the comment/post to crash +## v0.2.1 - 2021-02-03 + +[YANKED] + ## v0.2.0 - 2021-01-27 ### Breaking changes diff --git a/pubspec.yaml b/pubspec.yaml index b05645ae..14c055d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.2.0 +version: 0.2.2 environment: sdk: ">=2.7.0 <3.0.0"