diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e35c44f..117eebb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## What's Changed +## [4.12.6](https://github.com/eddyizm/tempo/releases/tag/v4.12.6) (2026-03-06) +* doc: update USAGE with android auto configuration by @MaFo-28 in https://github.com/eddyizm/tempus/pull/481 +* chore(i18n): Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/483 +* fix: remove material you dynamic theming by @tvillega in https://github.com/eddyizm/tempus/pull/484 +* fix: collapse sheet on navitation change by @tvillega in https://github.com/eddyizm/tempus/pull/482 + +**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.12.4...v4.12.5 + ## What's Changed ## [4.12.4](https://github.com/eddyizm/tempo/releases/tag/v4.12.4) (2026-03-01) * feat: advertise existing long press to refresh per section on library page by @tvillega in https://github.com/eddyizm/tempus/pull/467 diff --git a/app/build.gradle b/app/build.gradle index cc66453b..16089c41 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 22 - versionName '4.12.4' + versionCode 23 + versionName '4.12.6' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/23.txt b/fastlane/metadata/android/en-US/changelogs/23.txt new file mode 100644 index 00000000..57d2f867 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/23.txt @@ -0,0 +1,4 @@ +doc: update USAGE with android auto configuration +chore(i18n): Update Polish translation +fix: remove material you dynamic theming +fix: collapse sheet on navitation change