diff --git a/CHANGELOG.md b/CHANGELOG.md index 699063ab..69dd95a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.14.5 +- Hotfix iOS crashes on start +- Hotfix cannot reset applock + ## v1.14.4 Minor bugfix release. Please note that because of a Flutter update FluffyChat is no longer compatible with iOS 11. diff --git a/pubspec.yaml b/pubspec.yaml index 4d09d34b..2c4f3f9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fluffychat description: Chat with your friends. publish_to: none # On version bump also increase the build number for F-Droid -version: 1.14.4+3519 +version: 1.14.5+3520 environment: sdk: ">=3.0.0 <4.0.0"