Skip to content

Commit

Permalink
Changelog created for release to 22.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed May 31, 2022
1 parent b1349c6 commit 2807954
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog/v22.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

## [22.5.1] - 2022-05-31

## Changed
* Add exception for the `pre2008` VTs with unknown `creation_date`. (#243) [b1349c6](https://github.com/greenbone/troubadix/commit/b1349c6)
* Do not throw errors on old revision formats in `script_version` or `last_modification` (#242) [e4cf4a2](https://github.com/greenbone/troubadix/commit/e4cf4a2)
* Update codespell exclusions. [84cb2f8](https://github.com/greenbone/troubadix/commit/84cb2f8)

[22.5.1]: https://github.com/greenbone/troubadix/compare/22.5.1.dev1...22.5.1
2 changes: 1 addition & 1 deletion troubadix/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "22.5.1.dev1"
__version__ = "22.5.1"

0 comments on commit 2807954

Please sign in to comment.