diff --git a/CHANGELOG.md b/CHANGELOG.md index e26bc55b3..c8b97c287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,11 @@ 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 [Calendar Versioning](https://calver.org). -## [Unreleased] -### Added -### Changed -### Deprecated -### Removed +## [21.7.1] - 2021-07-02 ### Fixed * Do not print passphrase [#150](https://github.com/greenbone/pontos/pull/150) -[Unreleased]: https://github.com/greenbone/pontos/compare/v21.7.0...HEAD - +[21.7.1]: https://github.com/greenbone/pontos/compare/v21.7.0...v21.7.1 ## [21.7.0] - 2021-07-02 ### Added diff --git a/pontos/version/__version__.py b/pontos/version/__version__.py index a382512bd..fb5b1e4c6 100644 --- a/pontos/version/__version__.py +++ b/pontos/version/__version__.py @@ -2,4 +2,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH! -__version__ = "21.7.1.dev1" +__version__ = "21.7.1" diff --git a/pyproject.toml b/pyproject.toml index b2855d665..784ca0455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pontos" -version = "21.7.1.dev1" +version = "21.7.1" description = "Common utilities and tools maintained by Greenbone Networks" authors = ["Greenbone Networks GmbH "] license = "GPL-3.0-or-later"