diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c2611..0f7bad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.8.0 - 2022-01-14 ### Added diff --git a/fastlane/metadata/android/en-US/changelogs/19.txt b/fastlane/metadata/android/en-US/changelogs/19.txt new file mode 100644 index 0000000..e186dc3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/19.txt @@ -0,0 +1,7 @@ +### Added + +- Support for Lemmy v0.15.0 + +### Changed + +- "Time ago" strings, dates, and compact numbers are now localized diff --git a/pubspec.yaml b/pubspec.yaml index b961154..917f70a 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.7.0+18 +version: 0.8.0+19 environment: sdk: ">=2.15.0 <3.0.0"