diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2f294c..37a47357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -## Next - 1.1.0 +## 2016-06-13 - 1.1.0 ### Summary - Move helpers functions to PuppetX ruby namespace (#259) -- cs\_commit used with cs\_shadow are now idempotent (#263) -- cs\_primitive: Fix metadata removal when the metadata parameter is empty (#264) -- cs\_primivite: Add a manage\_target\_role parameter (#265) +- Cs\_commit used with cs\_shadow are now idempotent (#263) +- Cs\_primitive: Fix metadata removal when the metadata parameter is empty (#264) +- Cs\_primitive: Add a manage\_target\_role parameter (#265) +- Inner changes to the crm providers to better manage the + crm commands (#217 #268 #269 #270 #271 #272 #273) +- Adoption of Vox Pupuli code of conduct (coc) for further contributions (#267) ## 2016-05-24 - Release 1.0.2 ### Summary diff --git a/metadata.json b/metadata.json index c653ee08..73845bb0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-corosync", - "version": "1.0.3-rc0", + "version": "1.1.0", "author": "voxpupuli", "summary": "This module is a set of manifests and types/providers for quickly setting up highly available clusters using Corosync", "license": "Apache-2.0",