diff --git a/CHANGELOG.md b/CHANGELOG.md index 6305f8c..ba4bb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.1.1 (2024-01-23) + + +### Features + +* Add App Icon to Companion App ([11d6ee1](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/11d6ee171bb5761ee0a3b197cf2c6cfc539eb386)), closes [#17](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/17) +* Differentiate between DirectionIndicator Left / Right ([60e4214](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/60e4214a623c6d27b7f136f5de2a0f8b86a0eae0)), closes [#7](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/7) +* Integrate KUKSA Android SDK 0.1.3 ([db65fe5](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/db65fe5d99af3dac37522337bc642f0f0459b6dc)), closes [#38](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/38) + + +### Bug Fixes + +* Crash when Rotating from Portrait to Landscape Mode ([1624717](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/162471747f126dd3be72eed7c467eebe1941f97d)), closes [#26](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/26) + ## 0.1.0 (2023-11-21) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 10d422d..a567c65 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -21,7 +21,8 @@ The following convenience NPM scripts are available for use here: 1) Execute `npm run commit-release` to prepare the release. This will automatically bump the version to the next correct semantic version, create a CHANGELOG.md file and make a commit. 2) Check the CHANGELOG.md for wrong entries which may have been committed in the history - We are human after all! :) -3) Push the commit, create a PR and wait for the merge. +3) Add a copy of the changelog to fastlane/metadata/android/en-US/changelogs with the corresponding versioncode. +4) Push the commit, create a PR and wait for the merge. ### Deploying a release diff --git a/fastlane/metadata/android/en-US/changelogs/10000101.txt b/fastlane/metadata/android/en-US/changelogs/10000101.txt new file mode 100644 index 0000000..4f9511c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10000101.txt @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## 0.1.1 (2024-01-23) + + +### Features + +* Add App Icon to Companion App ([11d6ee1](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/11d6ee171bb5761ee0a3b197cf2c6cfc539eb386)), closes [#17](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/17) +* Differentiate between DirectionIndicator Left / Right ([60e4214](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/60e4214a623c6d27b7f136f5de2a0f8b86a0eae0)), closes [#7](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/7) +* Integrate KUKSA Android SDK 0.1.3 ([db65fe5](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/db65fe5d99af3dac37522337bc642f0f0459b6dc)), closes [#38](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/38) + + +### Bug Fixes + +* Crash when Rotating from Portrait to Landscape Mode ([1624717](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/162471747f126dd3be72eed7c467eebe1941f97d)), closes [#26](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/26) diff --git a/version.txt b/version.txt index 6c6aa7c..6da28dd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file diff --git a/versioncode.txt b/versioncode.txt index da64da3..8fe7ae3 100644 --- a/versioncode.txt +++ b/versioncode.txt @@ -1 +1 @@ -10000100 +10000101 \ No newline at end of file