From 1aeb788aafa1e31fac6e6335ee24305079f67d36 Mon Sep 17 00:00:00 2001 From: Phil Fenstermacher Date: Wed, 21 Mar 2018 09:18:01 -0400 Subject: [PATCH] Bump version to 2.0.0 --- CHANGELOG.md | 10 +++++++++- metadata.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e59fbb..ef321bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ Changelog ========= ## Unreleased -[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.8.0...HEAD) +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v2.0.0...HEAD) + +## [v2.0.0](https://github.com/pcfens/puppet-ca_cert/tree/v2.0.0) +[Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.8.0...v2.0.0) + +This release has potentially breaking changes + +- Move type validation from validate_type to Puppet data types (removes support for Puppet 3) [\#42](https://github.com/pcfens/puppet-ca_cert/pull/42) + ## [v1.8.0](https://github.com/pcfens/puppet-ca_cert/tree/v1.8.0) [Full Changelog](https://github.com/pcfens/puppet-ca_cert/compare/v1.7.1...v1.8.0) diff --git a/metadata.json b/metadata.json index 6025b80..fd5b050 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "pcfens-ca_cert", - "version": "1.8.0", + "version": "2.0.0", "author": "pcfens", "summary": "Manage system CA certificates", "license": "Apache-2.0",