diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0af944..eba02419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.0.1 (2024-12-20) + +## OS Changes +* Update to kernel 5.10.230 and 5.15.173 ([#10]) + +## Build Changes +* Add GPG verification where possible ([#5]) + +[#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) ## Build Changes diff --git a/Twoliter.toml b/Twoliter.toml index 97a574f3..4a9f61db 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -1,5 +1,5 @@ schema-version = 1 -release-version = "1.0.0" +release-version = "1.0.1" [vendor.bottlerocket] registry = "public.ecr.aws/bottlerocket"