Skip to content

Commit e428880

Browse files
committed
Changelog created for release to 22.9.0
1 parent 9d81b73 commit e428880

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

changelog/v22.9.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [22.9.0] - 2022-09-01
6+
7+
## Added
8+
* Start to deploy the python-gvm docs at github pages too [98ac0c56](https://github.com/greenbone/python-gvm/commit/98ac0c56)
9+
10+
## Changed
11+
* Remove hardcoded ignore_pagination from get_reports (#821) [9d81b732](https://github.com/greenbone/python-gvm/commit/9d81b732)
12+
* Update links and terms in README and docs [6bd8c78e](https://github.com/greenbone/python-gvm/commit/6bd8c78e)
13+
14+
## Bug Fixes
15+
* Fix setting the port for the SSH connection #818 [9784cf52](https://github.com/greenbone/python-gvm/commit/9784cf52)
16+
17+
[22.9.0]: https://github.com/greenbone/python-gvm/compare/v22.8.0...22.9.0

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.8.1.dev1"
5+
__version__ = "22.9.0"

0 commit comments

Comments
 (0)