From 5f668e1761c6f4d3ef0da754c6f3c7e468ec3504 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 15 Oct 2013 09:46:23 -0700 Subject: [PATCH] Prepare 3.1.0 release. --- CHANGELOG | 18 ++++++++++++++++++ Modulefile | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1c42e99d1..d58b20b33 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +2013-09-14 - Version 3.1.0 + +Summary: + +This release focuses on a few small (but critical) bugfixes as well as extends +the amount of custom RabbitMQ configuration you can do with the module. + +Features: +- You can now change RabbitMQ 'Config Variables' via the parameter `config_variables`. +- You can now change RabbitMQ 'Environment Variables' via the parameter `environment_variables`. +- ArchLinux support added. + +Fixes: +- Make use of the user/password parameters in rabbitmq_exchange{} +- Correct the read/write parameter order on set_permissions/list_permissions as + they were reversed. +- Make the module pull down 3.1.5 by default. + * 2013-07-18 3.0.0 Summary: This release heavily refactors the RabbitMQ and changes functionality in diff --git a/Modulefile b/Modulefile index e610c410f..4217dc125 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-rabbitmq' -version '3.0.0' +version '3.1.0' source 'git://github.com/puppetlabs/puppetlabs-rabbitmq.git' author 'puppetlabs' license 'Apache'