diff --git a/autohooks/plugins/flake8/__version__.py b/autohooks/plugins/flake8/__version__.py index fd20185..eae811c 100644 --- a/autohooks/plugins/flake8/__version__.py +++ b/autohooks/plugins/flake8/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "22.4.0.dev1" +__version__ = "22.6.0" diff --git a/changelog/v22.6.0.md b/changelog/v22.6.0.md new file mode 100644 index 0000000..b97da73 --- /dev/null +++ b/changelog/v22.6.0.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [22.6.0] - 2022-06-22 + +## Bug Fixes +* Add Changelog toml for CC [6a7842d](https://github.com/greenbone/autohooks-plugin-flake8/commit/6a7842d) + +[22.6.0]: https://github.com/greenbone/autohooks-plugin-flake8/compare/22.4.0.dev1...22.6.0 \ No newline at end of file