chore: Prepare release 1.2.1 (versionCode 4) (#138)

This commit is contained in:
Nik Clayton 2023-09-30 14:33:10 +02:00 committed by GitHub
parent 651b0efcd6
commit 2cc534f22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Pachli changelog
## v1.2.1
### New features and other improvements
- Link to the privacy policy from "About" (#[137](https://github.com/pachli/pachli-android/pull/137))
## v1.2
### New features and other improvements

View File

@ -31,8 +31,8 @@ android {
namespace "app.pachli"
minSdk 23
targetSdk 33
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,5 @@
Pachli 1.2.1
New features:
- Link to the privacy policy from "About"