diff --git a/changelog/v22.4.5.md b/changelog/v22.4.5.md new file mode 100644 index 00000000..7449f6d3 --- /dev/null +++ b/changelog/v22.4.5.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [22.4.5] - 2023-01-27 + +## Changed +* gpg verification failure handling of notus advisories sha256sums [b94169d](https://github.com/greenbone/ospd-openvas/commit/b94169d) + +## Bug Fixes +* ospd-openvas depends on mosquitto MQTT broker [2abcdb6](https://github.com/greenbone/ospd-openvas/commit/2abcdb6) +* use `~/.gnupg` when `/etc/openvas/gnupg` is not available [573c1fa](https://github.com/greenbone/ospd-openvas/commit/573c1fa) + +[22.4.5]: https://github.com/greenbone/ospd-openvas/compare/v22.4.4...22.4.5 \ No newline at end of file diff --git a/ospd_openvas/__version__.py b/ospd_openvas/__version__.py index 6684167b..8c596679 100644 --- a/ospd_openvas/__version__.py +++ b/ospd_openvas/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "22.4.5.dev1" +__version__ = "22.4.5"