diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f8e4102..a45c24db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +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/). -## [21.4.2] (Unreleased) -### Added -### Changed -### Deprecated -### Removed +## [21.4.2] - 2021-06-28 ### Fixed - Amended Test, if the ssh elevate credential is different from the ssh credential [#1586](https://github.com/greenbone/gvmd/pull/1586) - Added the missing GMP documentation for the ssh elevate credential [#1591](https://github.com/greenbone/gvmd/pull/1591) -[Unreleased]: https://github.com/greenbone/gvmd/compare/v21.4.1...gvmd-21.04 +[21.4.2]: https://github.com/greenbone/gvmd/compare/v21.4.1...gvmd-21.04 ## [21.4.1] - 2021-06-23 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7439df41f..488d6dec2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release") # Set dev version if this is a development version and not a full release, # unset (put value 0 or delete line) before a full release and reset after. -set (PROJECT_DEV_VERSION 1) +set (PROJECT_DEV_VERSION 0) # If PROJECT_DEV_VERSION is set, the version string will be set to: # "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"