From f4c0d3525b096b6e70a36626aeb6875c342f42fe Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Tue, 3 Oct 2023 13:21:53 +0200 Subject: [PATCH] chore: Prepare release 1.2.2 (versionCode 5) (#140) --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/5.txt | 5 +++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index d8545c9c8..0f92cdb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Pachli changelog +## v1.2.2 + +### New features and other improvements + +- Embed the privacy policy in the app (#[139](https://github.com/pachli/pachli-android/pull/139)) + ## v1.2.1 ### New features and other improvements diff --git a/app/build.gradle b/app/build.gradle index 9ea14c4f5..5d778218a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ android { namespace "app.pachli" minSdk 23 targetSdk 33 - versionCode 4 - versionName "1.2.1" + versionCode 5 + versionName "1.2.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 000000000..92448ca43 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,5 @@ +Pachli 1.2.2 + +New features: + +- Embed the privacy policy in the app