diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1f90f..ba9a6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ Changelog ========= ## Unreleased -[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.4...HEAD) +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.2.0...HEAD) + +## [v2.2.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.2.0) +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.5...v2.2.0) + +- Allow `package_ensure` to be set to latest [\#62](https://github.com/pcfens/puppet-ca_cert/pull/62) ## [v2.1.5](https://github.com/pcfens/puppet-ca_cert/tree/v2.1.5) [Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.1.4...v2.1.5) diff --git a/metadata.json b/metadata.json index a064375..a0e72d7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "pcfens-ca_cert", - "version": "2.1.5", + "version": "2.2.0", "author": "pcfens", "summary": "Manage system CA certificates", "license": "Apache-2.0",