diff --git a/RELEASES.md b/RELEASES.md index 5b26d30..ee404b6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +## What's Changed in 0.0.13 + +- Remove notification policy permission. by @dessalines in [#49](https://github.com/dessalines/habit-maker/pull/49) + +**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.12...0.0.13 + ## What's Changed in 0.0.12 - Reminders by @dessalines in [#47](https://github.com/dessalines/habit-maker/pull/47) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0892f91..e08da6c 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 = 12 - versionName = "0.0.12" + versionCode = 13 + versionName = "0.0.13" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 83bbc8d..e434625 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.12 +## What's Changed in 0.0.13 -- Reminders by @dessalines in [#47](https://github.com/dessalines/habit-maker/pull/47) +- Remove notification policy permission. by @dessalines in [#49](https://github.com/dessalines/habit-maker/pull/49) -**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.11...0.0.12 +**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.12...0.0.13 diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..e434625 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,7 @@ +## What's Changed in 0.0.13 + +- Remove notification policy permission. by @dessalines in [#49](https://github.com/dessalines/habit-maker/pull/49) + +**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.12...0.0.13 + +