Skip to content

Commit

Permalink
Merge pull request #132 from apenney/310-release
Browse files Browse the repository at this point in the history
Prepare 3.1.0 release.
  • Loading branch information
Ashley Penney committed Oct 15, 2013
2 parents 328f000 + 5f668e1 commit 25420cb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 25420cb

Please sign in to comment.