diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ed807e..b6f4a563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.12.0] - 2023-11-18 + +### Added + +- Add German localization. + ## [0.11.0] - 2023-11-18 ### Added diff --git a/gauguin-app/src/main/AndroidManifest.xml b/gauguin-app/src/main/AndroidManifest.xml index 3b704d66..f35e3b7d 100644 --- a/gauguin-app/src/main/AndroidManifest.xml +++ b/gauguin-app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="8" + android:versionName="0.12.0">