diff --git a/CHANGELOG.md b/CHANGELOG.md index de12995..3ff5154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2] - 2026-01-12 + +### Fixed +- **Dashboard**: Tire pressure now displays correctly when configured in PSI (fixes #46) + ## [0.9.1] - 2026-01-12 ### Fixed @@ -181,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dashboard with basic vehicle status - Charges screen with history list -[Unreleased]: https://github.com/vide/matedroid/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/vide/matedroid/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/vide/matedroid/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/vide/matedroid/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/vide/matedroid/compare/v0.8.3...v0.9.0 [0.8.3]: https://github.com/vide/matedroid/compare/v0.8.2...v0.8.3 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1b9e2f1..1e3bbf0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = "com.matedroid" minSdk = 29 targetSdk = 35 - versionCode = 15 - versionName = "0.9.1" + versionCode = 16 + versionName = "0.9.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 0000000..c38fdc2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.txt @@ -0,0 +1,2 @@ +Fixed: +- Dashboard: Tire pressure now displays correctly when configured in PSI