diff --git a/CHANGELOG.md b/CHANGELOG.md index e005fdd6..89763399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.6.0 - 2021-09-06 ### Added diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 00000000..9da3cff9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,4 @@ +### Added + +- Support for Lemmy v0.12.0 +- Show cake day on a user's profile and next to their name in a comment diff --git a/pubspec.yaml b/pubspec.yaml index d185cf78..4ecf4117 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.5.0+16 +version: 0.6.0+17 environment: sdk: ">=2.12.0 <3.0.0"