diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7816f26..ec5f593be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-10-07 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`studyu_app` - `v2.7.12`](#studyu_app---v2712) + +--- + +#### `studyu_app` - `v2.7.12` + + - **FIX**: notification icon mipmap 2. + - **FIX**: notification icon mipmap. + - **FIX**: configure AndroidNotificationDetails correctly. + - **FIX**: disable R8 full mode for flutter_local_notifications. + + ## 2024-10-03 ### Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index be4e8a7ce..91a87eeed 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.7.12 + + - **FIX**: notification icon mipmap 2. + - **FIX**: notification icon mipmap. + - **FIX**: configure AndroidNotificationDetails correctly. + - **FIX**: disable R8 full mode for flutter_local_notifications. + ## 2.7.11 - **FIX**: upgrade deps. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index c6df2a083..70bab10c7 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,5 +1,5 @@ name: studyu_app -version: 2.7.11 +version: 2.7.12 description: Partake in digital N-of-1 trials with the innovative StudyU Health App publish_to: none homepage: https://studyu.health