Skip to content

Commit 6d293e6

Browse files
authored
Merge pull request #68 from jjnicola/patch-release
Update CHANGELOG and set release version to 1.4.1
2 parents 3c8faf7 + 53680e5 commit 6d293e6

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ or get the entire source code repository and view log history:
77
$ git clone https://github.com/greenbone/gvm-tools.git
88
$ cd gvm-tools && git log
99

10+
gvm-tools 1.4.1 (2018-08-10)
11+
----------------------------
12+
13+
This is the first maintenance release of the gvm-tools module 1.4 for the
14+
Greenbone Vulnerability Management (GVM) framework.
15+
16+
This release covers bug fixes in 'create' and 'modify' methods.
17+
18+
Many thanks to everyone who has contributed to this release:
19+
Raphael Grewe, Juan Jose Nicola and Jan-Oliver Wagner
20+
21+
Main changes compared to gvm-tools-1.4.0:
22+
23+
* Fix bugs for create and modify command methods.
24+
* Improve unit tests.
25+
* Improve documentation.
26+
1027
gvm-tools 1.4.0 (2018-08-09)
1128
----------------------------
1229

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vulnerability Manager (GVM). The tools essentially aid accessing
1616
the communication protocols GMP (Greenbone Management Protocol) and
1717
OSP (Open Scanner Protocol).
1818

19-
**Current Version: 1.4.0**
19+
**Current Version: 1.4.1**
2020

2121
This module is comprised of interactive and non-interactive clients
2222
as well as supporting libraries. The programming language Python

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

0 commit comments

Comments
 (0)