Skip to content

Commit

Permalink
Update changelog for 1.0.0.beta3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 30, 2019
1 parent 6a1d1d2 commit 86ce054
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0.beta3] - 2019-07-30

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

[1.0.0.beta3]: https:/greenbone/python-gvm/compare/v1.0.0.beta2...v1.0.0.beta3

## [1.0.0.beta2] - 2018-12-04

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

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

0 comments on commit 86ce054

Please sign in to comment.