diff --git a/CHANGELOG.md b/CHANGELOG.md index d34b2ae..ce52ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [1.4.1] - 2026-03-16 + ### Infrastructure - CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49]) @@ -159,7 +161,8 @@ and this project adheres to -[Unreleased]: https://github.com/LeakIX/l9format-python/compare/1.4.0...HEAD +[Unreleased]: https://github.com/LeakIX/l9format-python/compare/1.4.1...HEAD +[1.4.1]: https://github.com/LeakIX/l9format-python/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/LeakIX/l9format-python/compare/1.3.2...1.4.0 [1.3.2]: https://github.com/LeakIX/l9format-python/compare/1.3.1-1...1.3.2 [1.3.1-1]: https://github.com/LeakIX/l9format-python/compare/1.3.1-0...1.3.1-1 diff --git a/pyproject.toml b/pyproject.toml index 85f3cb6..c8ba39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "l9format" -version = "1.4.0" +version = "1.4.1" license = {text = "MIT"} description = "l9format is a schema declaration targeted at interoperability between network recon tools used at LeakIX" authors = [{name = "Danny Willems", email = "danny@leakix.net"}]