diff options
author | Ciprian Badescu <ciprian.badescu@puppet.com> | 2020-06-22 10:36:00 +0300 |
---|---|---|
committer | Ciprian Badescu <ciprian.badescu@puppet.com> | 2020-06-22 11:44:29 +0300 |
commit | af57363bb1d720981f5820cea121efd2a48e31bd (patch) | |
tree | 6b9fb94d844e1e7ed9d86306a09a131cda0cf171 | |
parent | d3af1ba4deca0b24c3f5e31738b9175c489309a9 (diff) | |
download | puppet-sshkeys_core-af57363bb1d720981f5820cea121efd2a48e31bd.tar.gz puppet-sshkeys_core-af57363bb1d720981f5820cea121efd2a48e31bd.tar.bz2 |
(MODULES-10686) release preparation for 2.1.0
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cfae002..bd806b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). -## [2.0.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/2.0.0) (2020-03-12) +## [2.1.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/2.1.0) (2020-06-22) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/2.0.0...2.1.0) + +### Added + +- \(MODULES-10671\) New SSH key types for OpenSSH 8.2 [\#31](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/31) ([Dorin-Pleava](https://github.com/Dorin-Pleava)) + +### Fixed + +- \(PUP-10510\) Fix sshkeys not being correctly purged [\#32](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/32) ([GabrielNagy](https://github.com/GabrielNagy)) + +## [2.0.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/2.0.0) (2020-03-13) [Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.3...2.0.0) diff --git a/metadata.json b/metadata.json index 06ade51..f9a84ef 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-sshkeys_core", - "version": "2.0.0", + "version": "2.1.0", "author": "puppetlabs", "summary": "Manage SSH authorized keys, and known hosts.", "license": "Apache-2.0", |