chore: bumped version and updated change log for release

This commit is contained in:
eddyizm
2026-03-06 19:21:39 -08:00
parent 1036829186
commit 7a17e91690
3 changed files with 15 additions and 2 deletions

View File

@@ -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

View File

@@ -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 {

View File

@@ -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