Skip to content

Commit 4edf8b7

Browse files
committed
Changelog created for release to 22.6.1
1 parent 18ce5a0 commit 4edf8b7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog/v22.6.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [22.6.1] - 2022-06-16
6+
7+
## Bug Fixes
8+
* Check port in overrides/notes like in [gvmd](https://github.com/greenbone/gvmd/pull/1045/commits/56ab13b96da10e8b9be3b1b0d856d17b9228c29f) [905e85ab](https://github.com/greenbone/python-gvm/commit/905e85ab)
9+
* severity values of '0' have not been passed to gvmd [cd4e0b44](https://github.com/greenbone/python-gvm/commit/cd4e0b44)
10+
11+
[22.6.1]: https://github.com/greenbone/python-gvm/compare/22.6.1.dev1...22.6.1

gvm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44

5-
__version__ = "22.6.1.dev1"
5+
__version__ = "22.6.1"

0 commit comments

Comments
 (0)