chore: Prepare release 2.5.1 (versionCode 15) (#670)
This commit is contained in:
parent
22729df1b7
commit
c6d6f0f810
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Pachli 2.5.1
|
||||
|
||||
Fixes:
|
||||
|
||||
- Only enable accessible actions on notifications attached to a status
|
Loading…
Reference in New Issue