From 7601088455c0e9146e18a669dce7d87283a4880f Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Fri, 1 Apr 2022 08:47:02 +0000 Subject: [PATCH] Changelog created for release to 22.4.0 --- changelog/v22.4.0.md | 15 +++++++++++++++ troubadix/__version__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 changelog/v22.4.0.md diff --git a/changelog/v22.4.0.md b/changelog/v22.4.0.md new file mode 100644 index 00000000..b5b1c0b3 --- /dev/null +++ b/changelog/v22.4.0.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [22.4.0] - 2022-04-01 + +## Added +* Return value for successful Linting. (#128) [b8af8be](https://github.com/greenbone/troubadix/commit/b8af8be) +* added check for missing **cvss_base** value in `cvss_format.py` (#126) [6400011](https://github.com/greenbone/troubadix/commit/6400011) + +## Removed +* remove plugin updated_date_version.py (#127) [9644068](https://github.com/greenbone/troubadix/commit/9644068) +* plugin openvas_lint.py (#125) [054b6ab](https://github.com/greenbone/troubadix/commit/054b6ab) + +[22.4.0]: https://github.com/greenbone/troubadix/compare/22.3.4.dev1...22.4.0 \ No newline at end of file diff --git a/troubadix/__version__.py b/troubadix/__version__.py index c52ee95a..fa604a48 100644 --- a/troubadix/__version__.py +++ b/troubadix/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "22.3.4.dev1" +__version__ = "22.4.0"