diff --git a/RELEASES.md b/RELEASES.md index ef227bf..e19adf0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,17 @@ +## What's Changed in 0.4.0 + +- Adding imePadding to floating action buttons. by @dessalines in [#123](https://github.com/dessalines/rank-my-favs/pull/123) +- Created Tier List feature by @iByteABit256 in [#108](https://github.com/dessalines/rank-my-favs/pull/108) + +## New Contributors + +- @iByteABit256 made their first contribution in [#108](https://github.com/dessalines/rank-my-favs/pull/108) + +**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.3...0.4.0 + ## What's Changed in 0.3.3 +- Upping version. by @dessalines - Adding renovate automerge. by @dessalines **Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.2...0.3.3 diff --git a/app/build.gradle b/app/build.gradle index a35e85c..bb3b080 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.rankmyfavs" minSdk 21 targetSdkVersion 34 - versionCode 15 - versionName "0.3.3" + versionCode 16 + versionName "0.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 2949962..87ef1c8 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,7 +1,12 @@ -## What's Changed in 0.3.3 +## What's Changed in 0.4.0 -- Adding renovate automerge. by @dessalines +- Adding imePadding to floating action buttons. by @dessalines in [#123](https://github.com/dessalines/rank-my-favs/pull/123) +- Created Tier List feature by @iByteABit256 in [#108](https://github.com/dessalines/rank-my-favs/pull/108) -**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.2...0.3.3 +## New Contributors + +- @iByteABit256 made their first contribution in [#108](https://github.com/dessalines/rank-my-favs/pull/108) + +**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.3...0.4.0