chore: Prepare release 2.5.1 (versionCode 15) (#670)

This commit is contained in:
Nik Clayton 2024-04-29 18:52:34 +02:00 committed by GitHub
parent 22729df1b7
commit c6d6f0f810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Pachli changelog
## v2.5.1
### Significant bug fixes
- Only enable accessible actions on notifications attached to a status ([Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
## v2.5.0
### New features and other improvements

View File

@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "app.pachli"
versionCode = 14
versionName = "2.5.0"
versionCode = 15
versionName = "2.5.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@ -0,0 +1,5 @@
Pachli 2.5.1
Fixes:
- Only enable accessible actions on notifications attached to a status