diff --git a/CHANGELOG.md b/CHANGELOG.md index 3074b3cf..05e18867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.33.3 - 2021-07-11 +Another bugfixing release to solve some problems and republish the app on iOS. + +### Changes +* Redesign SSO buttons +* Update dependencies [8fef28a] +* Remove moor database (no migration from here possible) [9c47cbf] + ## v0.33.2 - 2021-06-29 * Fix Linux Flatpak persistent storing of data diff --git a/pubspec.yaml b/pubspec.yaml index 0f48674c..8554b236 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.33.2+0 +version: 0.33.3+0 environment: sdk: ">=2.6.0 <3.0.0"