From ce06880c0c7382600194dbdee3918ed390508534 Mon Sep 17 00:00:00 2001
From: Greenbone Bot <github-bot@greenbone.net>
Date: Tue, 12 Oct 2021 12:14:35 +0000
Subject: [PATCH] Automatic release to 20.8.5

---
 CHANGELOG.md        | 10 ++--------
 ospd/__version__.py |  2 +-
 pyproject.toml      |  2 +-
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4efed9e8..cbcee879 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,18 +4,12 @@ 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/).
 
-## [Unreleased]
-### Added
+## [20.8.5] - 2021-10-12
 ### Changed
 - Use better defaults for file paths and permissions [#429](https://github.com/greenbone/ospd/pull/429)
 - Downgrade required version for psutil to 5.5.1 [#453](https://github.com/greenbone/ospd/pull/453)
 
-### Deprecated
-### Removed
-### Fixed
-
-[Unreleased]: https://github.com/greenbone/ospd/compare/v20.8.4...HEAD
-
+[20.8.5]: https://github.com/greenbone/ospd/compare/v20.8.4...v20.8.5
 
 ## [20.8.4] - 2021-08-03
 ### Changed
diff --git a/ospd/__version__.py b/ospd/__version__.py
index f6432007..0e47bb28 100644
--- a/ospd/__version__.py
+++ b/ospd/__version__.py
@@ -2,4 +2,4 @@
 
 # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
 
-__version__ = "20.8.5.dev1"
+__version__ = "20.8.5"
diff --git a/pyproject.toml b/pyproject.toml
index c4b29164..39182d8d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
 
 [tool.poetry]
 name = "ospd"
-version = "20.8.5.dev1"
+version = "20.8.5"
 description = "OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)"
 authors = ["Greenbone Networks GmbH <info@greenbone.net>"]
 license = "AGPL-3.0-or-later"