Bump version, add changelog

This commit is contained in:
Philipp Heckel 2022-02-05 21:10:04 -05:00
parent 90848fde95
commit edb80cd45c
2 changed files with 4 additions and 2 deletions

View file

@ -12,8 +12,8 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 20 versionCode 21
versionName "1.8.0" versionName "1.9.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,2 @@
Features:
* Swipe to remove notifications (#117)