diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6a92ef..4d752a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.11.1 - 2023-04-20 +- fix: Download files on web and iOS with correct mimetype + ## v1.11.0 - 2023-04-14 - feat: Add visual read marker (Krille) - feat: Jump to last read event (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 3a59a61b..5e61bd22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.11.0+3254 +version: 1.11.1+3254 environment: sdk: ">=2.12.0 <3.0.0"