From 7dcc0c9c98b7f683d199bf017373fb529d00cd1d Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 8 Nov 2024 04:27:58 -0700 Subject: [PATCH] chore(v0.1-branch): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ app/VERSION | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39bc53..f1cf1e59700 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f62ae0eeed..ec0409dd05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/petejohanson/zmk/compare/v0.1.0...v0.1.1) (2024-11-08) + + +### Bug Fixes + +* Super important security update ([62cba00](https://github.com/petejohanson/zmk/commit/62cba00fc7e13f109f3987f4aa2b3177d65fa5a8)) + ## 0.1.0 (2024-11-08) diff --git a/app/VERSION b/app/VERSION index c63a64616fd..11fe57ce6f4 100644 --- a/app/VERSION +++ b/app/VERSION @@ -7,7 +7,7 @@ VERSION_MINOR = 1 # x-release-please-end # x-release-please-start-patch -PATCHLEVEL = 0 +PATCHLEVEL = 1 # x-release-please-end VERSION_TWEAK = 0 \ No newline at end of file