From eba3354e9d1cdc830eb4025b61b0ef4ba92486ee Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 9 Jun 2015 12:09:33 -0700 Subject: [PATCH] Changelog & metadata for 5.2.2 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9800626d7..c0f8d8c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2015-06-09 - Version 5.2.2 +### Summary +This is a bugfix to allow the rabbitmq\_exchange type's internal/durable/auto\_delete attributes work when they are not explicitly passed. + +### Bugfixes +- Fix rabbitmq\_exchange create when internal/durable/auto\_delete are not specified +- Start unit testing on puppet 4 +- Add default value to tcp\_listen\_options + ## 2015-05-26 - Version 5.2.1 ###Summary This release includes a fix for idempotency between puppet runs, as well as Readme updates diff --git a/metadata.json b/metadata.json index 945a26f47..9f7104fff 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-rabbitmq", - "version": "5.2.1", + "version": "5.2.2", "author": "puppetlabs", "summary": "Installs, configures, and manages RabbitMQ.", "license": "Apache-2.0",