diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39bc53..305c1509cd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e519cc56d07..81aa7a9fab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/zmkfirmware/zmk/compare/v0.1.0...v0.2.0) (2024-12-04) + + +### Features + +* **Kconfig:** Allow overriding ZMK Kconfig defaults ([#2537](https://github.com/zmkfirmware/zmk/issues/2537)) ([40925d4](https://github.com/zmkfirmware/zmk/commit/40925d48e67b3eeaeb3e848a2287ed628de9f674)) + + +### Bug Fixes + +* **Kconfig:** Added a name to EC11's trigger mode choice ([40925d4](https://github.com/zmkfirmware/zmk/commit/40925d48e67b3eeaeb3e848a2287ed628de9f674)) + ## 0.1.0 (2024-11-29) diff --git a/app/VERSION b/app/VERSION index c63a64616fd..eec571c96b7 100644 --- a/app/VERSION +++ b/app/VERSION @@ -3,7 +3,7 @@ VERSION_MAJOR = 0 # x-release-please-end # x-release-please-start-minor -VERSION_MINOR = 1 +VERSION_MINOR = 2 # x-release-please-end # x-release-please-start-patch