diff --git a/RELEASES.md b/RELEASES.md index 01ced4a..ab027ff 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +## What's Changed in 0.0.9 + +- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34) + +**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.8...0.0.9 + ## What's Changed in 0.0.8 - Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2c0b8f4..f8051ef 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.dessalines.habitmaker" minSdk = 26 targetSdk = 35 - versionCode = 8 - versionName = "0.0.8" + versionCode = 9 + versionName = "0.0.9" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 5eb4a3b..3501331 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,7 +1,7 @@ -## What's Changed in 0.0.8 +## What's Changed in 0.0.9 -- Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29) +- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34) -**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.7...0.0.8 +**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.8...0.0.9 diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 0000000..3501331 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,7 @@ +## What's Changed in 0.0.9 + +- Adding adaptive / monochrome icons. by @dessalines in [#34](https://github.com/dessalines/habit-maker/pull/34) + +**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.8...0.0.9 + +