diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b6b63..e2f7171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.4.0 - 23/04/2024 + +Backup to Google Drive is now available! + +Setting > Backup and Restore and then enable "Backup to Google Drive" + ## 2.4.0-beta.4 - 22/04/2024 - Fix the re-login issue in devices that previously had this installed diff --git a/pubspec.yaml b/pubspec.yaml index bc58df5..88c6b37 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.4+23 +version: 2.4.0+24 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/release_notes.txt b/release_notes.txt index 60dd270..2bcd5a8 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,2 +1,3 @@ -- Fix the re-login issue in devices that previously had this installed -- Don't backup if nothing changes \ No newline at end of file +Backup to Google Drive is now available! + +Setting > Backup and Restore and then enable "Backup to Google Drive" \ No newline at end of file