diff options
author | mihaibuzgau <mihaibuzgau@users.noreply.github.com> | 2020-03-13 06:58:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 06:58:45 +0200 |
commit | d28c73de96c5207409e1a1ed858399a643cca84f (patch) | |
tree | 24c5d43c61adfa331740fbea5450356cfc2887aa | |
parent | 4732c3f7cac68b7376b579c1390d0f2fc57300d0 (diff) | |
parent | 75a39faccf49366d58f1a10db336380ebe526275 (diff) | |
download | puppet-sshkeys_core-d28c73de96c5207409e1a1ed858399a643cca84f.tar.gz puppet-sshkeys_core-d28c73de96c5207409e1a1ed858399a643cca84f.tar.bz2 |
Merge pull request #28 from ciprianbadescu/release
Release preparation for 2.0.0
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e6893..cfae002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.3...2.0.0) + +### Changed + +- \(MODULES-7613\) use name and type as composite namevar [\#27](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/27) ([ciprianbadescu](https://github.com/ciprianbadescu)) + ## [1.0.3](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/1.0.3) (2019-10-31) [Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.2...1.0.3) diff --git a/metadata.json b/metadata.json index 6a656ed..06ade51 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-sshkeys_core", - "version": "1.0.3", + "version": "2.0.0", "author": "puppetlabs", "summary": "Manage SSH authorized keys, and known hosts.", "license": "Apache-2.0", |