-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog created for release to 22.5.1
- Loading branch information
1 parent
b1349c6
commit 2807954
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! | ||
|
||
__version__ = "22.5.1.dev1" | ||
__version__ = "22.5.1" |