diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dad29b..17b482d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keep-a-changelog], and this project adheres to [Semantic Versioning][semantic-versioning]. ## [Unreleased] +## [0.1.6] - 2024-11-29 +### Changed +- syscalls: bump systemd 254 -> 256 +- Bump Go and CI dependencies ## [0.1.5] - 2023-09-15 ### Added @@ -52,7 +56,8 @@ The format is based on [Keep a Changelog][keep-a-changelog], and this project ad [keep-a-changelog]: https://keepachangelog.com/en/1.1.0/ [semantic-versioning]: https://semver.org/spec/v2.0.0.html -[unreleased]: https://github.com/oxzi/syscallset-go/compare/v0.1.5..HEAD +[unreleased]: https://github.com/oxzi/syscallset-go/compare/v0.1.6..HEAD +[0.1.6]: https://github.com/oxzi/syscallset-go/compare/v0.1.4..v0.1.6 [0.1.5]: https://github.com/oxzi/syscallset-go/compare/v0.1.4..v0.1.5 [0.1.4]: https://github.com/oxzi/syscallset-go/compare/v0.1.3..v0.1.4 [0.1.3]: https://github.com/oxzi/syscallset-go/compare/v0.1.2..v0.1.3