Skip to content

Commit 86ce054

Browse files
committed
Update changelog for 1.0.0.beta3 release
1 parent 6a1d1d2 commit 86ce054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.0.0.beta3] - 2019-07-30
88

99
### Added
1010
* Added preferences argument to `create_task` method [PR 89](https://github.com/greenbone/python-gvm/pull/89)
@@ -142,6 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142142
* `modify_config` is marked as deprecated and will be removed in future. One of
143143
the more specific `modify_config_set_` method should be used instead [PR 87](https://github.com/greenbone/python-gvm/pull/87)
144144

145+
[1.0.0.beta3]: https://github.com/greenbone/python-gvm/compare/v1.0.0.beta2...v1.0.0.beta3
146+
145147
## [1.0.0.beta2] - 2018-12-04
146148

147149
### Added
@@ -222,6 +224,5 @@ Some notable changes are:
222224
* Copying an entity via the `copy` argument has been removed and extracted to
223225
own `clone` methods e.g. `clone_task`.
224226

225-
[Unreleased]: https://github.com/greenbone/python-gvm/compare/v1.0.0.beta2...HEAD
226227
[1.0.0.beta2]: https://github.com/greenbone/python-gvm/compare/v1.0.0.beta1...v1.0.0.beta2
227228
[1.0.0.beta1]: https://github.com/greenbone/python-gvm/releases/tag/v1.0.0.beta1

0 commit comments

Comments
 (0)