diff --git a/CHANGELOG b/CHANGELOG index 8636eeb06..9c1690b2f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Changelog : v4.6.1 (62) +• Fixed UI issue on Android 15 +• Improvements to proxy configuration and usage +• SSL pinning for known domains using root certificates +• Better support for Dynamic themes on supported devices +• Dropped support for custom themes and accent colors +• Translation updates + Changelog : v4.6.0 (61) • Targets Android 15 • Switch to Web APIs for anonymous mode (better performance, more anonymous) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 51e17ca75..9ea0e8c7b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -46,8 +46,8 @@ android { minSdk = 21 targetSdk = 35 - versionCode = 61 - versionName = "4.6.0" + versionCode = 62 + versionName = "4.6.1" testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner" testInstrumentationRunnerArguments["disableAnalytics"] = "true" diff --git a/fastlane/metadata/android/en-US/changelogs/62.txt b/fastlane/metadata/android/en-US/changelogs/62.txt new file mode 100644 index 000000000..5dbdd5656 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/62.txt @@ -0,0 +1,6 @@ +• Fixed UI issue on Android 15 +• Improvements to proxy configuration and usage +• SSL pinning for known domains using root certificates +• Better support for Dynamic themes on supported devices +• Dropped support for custom themes and accent colors +• Translation updates