diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d4bf36..c7a256d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.4.2 (6 Sep 2023) +- Fix intent builder screen state reset [#52](https://github.com/sdex/ActivityManager/pull/52) (by [Jesse205](https://github.com/Jesse205)) +- Add name suggestions when creating a shortcut [#53](https://github.com/sdex/ActivityManager/pull/53) (by [Jesse205](https://github.com/Jesse205)) + ## 5.4.1 (29 May 2023) - Add a new translation - Portuguese, Brazilian (by [m_s_](https://crowdin.com/profile/askz0)) diff --git a/app/build.gradle b/app/build.gradle index 99d70d4b..aa936d7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.activitymanager" minSdk 21 targetSdk 33 - versionCode 541 - versionName "5.4.1" + versionCode 542 + versionName "5.4.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"