diff --git a/CHANGELOG.md b/CHANGELOG.md index df4d014a..e491217b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## v0.34.0 - 2021-07-21 +## v0.34.1 - 2021-07-14 +Bugfix image picker on Android 11 + +## v0.34.0 - 2021-07-13 Mostly bugfixes and one new feature: Lottie file rendering. ### All changes: diff --git a/pubspec.yaml b/pubspec.yaml index de629ede..21110de4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.34.0+0 +version: 0.34.1+0 environment: sdk: ">=2.6.0 <3.0.0"