diff --git a/changelog/v22.9.2.md b/changelog/v22.9.2.md new file mode 100644 index 00000000..ea1b6b90 --- /dev/null +++ b/changelog/v22.9.2.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [22.9.2] - 2022-09-09 + +## Changed +* Update codespell.exclude [02c8cc2](https://github.com/greenbone/troubadix/commit/02c8cc2) + +[22.9.2]: https://github.com/greenbone/troubadix/compare/v22.9.1...22.9.2 \ No newline at end of file diff --git a/troubadix/__version__.py b/troubadix/__version__.py index 86f6c548..f9d2297e 100644 --- a/troubadix/__version__.py +++ b/troubadix/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "22.9.2.dev1" +__version__ = "22.9.2"