diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4008be..0d2f789e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). -## [20.8.2] (unreleased) +## (20.8.2) - 2021-02-01 ### Added - Allow the scanner to update total count of hosts. [#332](https://github.com/greenbone/ospd/pull/332) @@ -90,7 +90,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [20.8.0]: https://github.com/greenbone/ospd/compare/ospd-2.0...ospd-20.08 -## [2.0.1] (unreleased) +## [2.0.1] ### Added - Add clean_forgotten_scans(). [#171](https://github.com/greenbone/ospd/pull/171) diff --git a/ospd/__version__.py b/ospd/__version__.py index 52ffec5b..5d6f2151 100644 --- a/ospd/__version__.py +++ b/ospd/__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 6d9f999d..8d2efc53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" -version = "20.8.2.dev1" +version = "20.8.2" description = "OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later"