diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ad9621..6231923c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,15 @@ 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/). -## [20.8.2] (unreleased) +## [20.8.2] - 2021-06-24 ### Added - Check for scanner error messages before leaving. [#395](https://github.com/greenbone/ospd-openvas/pull/395) -### Changed -### Deprecated -### Removed - ### Fixed - Don't crash with non-ascii chars in openvas.conf. [#381](https://github.com/greenbone/ospd-openvas/pull/381) [20.8.2]: https://github.com/greenbone/ospd-openvas/compare/v20.8.1...ospd-openvas-20.08 - ## (20.8.1) - 2021-02-01 ### Added diff --git a/ospd_openvas/__version__.py b/ospd_openvas/__version__.py index 52ffec5b..5d6f2151 100644 --- a/ospd_openvas/__version__.py +++ b/ospd_openvas/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "20.8.2.dev1" +__version__ = "20.8.2" diff --git a/pyproject.toml b/pyproject.toml index 24051add..7de329f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd-openvas" -version = "20.8.2.dev1" +version = "20.8.2" description = "ospd based scanner for openvas" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later"