Changelog, bump version

This commit is contained in:
Philipp Heckel 2022-04-26 19:28:28 -04:00
parent 0a446545dd
commit 835ace34cd
2 changed files with 4 additions and 2 deletions

View file

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 31
versionCode 26
versionName "1.12.0"
versionCode 27
versionName "1.13.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,2 @@
Bugs:
* Accurate naming of "mute notifications" from "pause notifications" (#224, thanks to @shadow00 for reporting)