diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f5cef17..6c09fe56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ### Significant bug fixes +## v22.0 beta 4 + +### Significant bug fixes + +- **Fixed repeated fetch of notifications if configured with multiple accounts**, [PR#3660](https://github.com/tuskyapp/Tusky/pull/3660) + ## v22.0 beta 3 ### Significant bug fixes diff --git a/app/build.gradle b/app/build.gradle index ac3170018..9cda654c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { namespace "com.keylesspalace.tusky" minSdk 23 targetSdk 33 - versionCode 105 - versionName "22.0 beta 3" + versionCode 106 + versionName "22.0 beta 4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/106.txt b/fastlane/metadata/android/en-US/changelogs/106.txt new file mode 100644 index 000000000..28785ce3b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/106.txt @@ -0,0 +1,5 @@ +Tusky 22.0 beta 4 + +Fixes: + +- Fixed repeated fetch of notifications if configured with multiple accounts