diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd1e04..19b6b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 2.4.0-beta.4 - 22/04/2024 - Fix the re-login issue in devices that previously had this installed +- Don't backup if nothing changes ## 2.4.0-beta.3 - 16/04/2024 diff --git a/pubspec.yaml b/pubspec.yaml index 7dbb361..bc58df5 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: 2.4.0-beta.3+22 +version: 2.4.0-beta.4+23 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/release_notes.txt b/release_notes.txt index b1614cd..60dd270 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1 +1,2 @@ -Fix the frequency of backups - if you are facing issues re-login in the app. \ No newline at end of file +- Fix the re-login issue in devices that previously had this installed +- Don't backup if nothing changes \ No newline at end of file