diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c1dfa2f..c7f5c8205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased - 93 +## v2.11.0 - 93 (2021-11-28) - Add Catima to [Quick Access Device Controls](https://developer.android.com/guide/topics/ui/device-control) - Fix some groups not showing up correctly in group management screen diff --git a/app/build.gradle b/app/build.gradle index 682a08680..9fae0b3ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "me.hackerchick.catima" minSdkVersion 21 targetSdkVersion 31 - versionCode 92 - versionName "2.10.0" + versionCode 93 + versionName "2.11.0" vectorDrawables.useSupportLibrary true multiDexEnabled true