diff --git a/CHANGELOG.md b/CHANGELOG.md index c17025e1..dd4344b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,17 @@ Dates are in `yyyy-mm-dd`. ### Fixed -## Version 1.10 (verCode 1100000), 2024-02-25 +## Version 1.11 (verCode 1110000), 2024-02-25 +### Added +* An icon that displays number of unread notifications +* A new screen to view notifications + +### Changed + +### Fixed +* HTML Text not rendering properly + +## Version 1.10 (verCode 1100000), 2023-05-23 ### Added * Mark All as Read marks notifications as read on website. diff --git a/app/build.gradle b/app/build.gradle index 5c756f2b..cf720d98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "crux.bphc.cms" minSdkVersion 24 targetSdkVersion 33 - versionCode 1100000 - versionName "1.10" + versionCode 1110000 + versionName "1.11" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // Inject the commit hash of HEAD into BuildConfig