diff --git a/CHANGELOG.md b/CHANGELOG.md index eba02419..fe028d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# 1.0.1 (2024-12-20) +# v1.0.2 (2024-12-20) + +## Build Changes +* Update CHANGELOG.md to match format expected by release automation ([#12]) + +[#12]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/12 + +# v1.0.1 (2024-12-20) ## OS Changes * Update to kernel 5.10.230 and 5.15.173 ([#10]) @@ -9,7 +16,7 @@ [#5]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/5 [#10]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/10 -# 1.0.0 (2024-12-11) +# v1.0.0 (2024-12-11) ## Build Changes * Create the new kernel kit from the following core-kit packages: ([#1]) diff --git a/Twoliter.toml b/Twoliter.toml index 4a9f61db..edf3b4ff 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -1,5 +1,5 @@ schema-version = 1 -release-version = "1.0.1" +release-version = "1.0.2" [vendor.bottlerocket] registry = "public.ecr.aws/bottlerocket"