diff --git a/CHANGELOG.md b/CHANGELOG.md index 85055ddd4..9800626d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2015-05-26 - Version 5.2.1 +###Summary +This release includes a fix for idempotency between puppet runs, as well as Readme updates + +####Features +- Readme updates +- Testing updates + +####Bugfixes +- Ensure idempotency between Puppet runs + ## 2015-04-28 - Version 5.2.0 ###Summary This release adds several new features for expanded configuration, support for SSL Ciphers, several bugfixes, and improved tests. diff --git a/metadata.json b/metadata.json index d7d4133df..945a26f47 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-rabbitmq", - "version": "5.2.0", + "version": "5.2.1", "author": "puppetlabs", "summary": "Installs, configures, and manages RabbitMQ.", "license": "Apache-2.0",