Skip to content

Commit

Permalink
Merge pull request #256 from jjasghar/3.13.0
Browse files Browse the repository at this point in the history
3.13.0
  • Loading branch information
JJ Asghar committed Apr 23, 2015
2 parents 3c0532b + 8ac5096 commit 96e5d97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ rabbitmq Cookbook CHANGELOG
===========================
This file is used to list changes made in each version of the rabbitmq cookbook.

v3.13.0 (2015-04-23)
--------------------
- Added ssl_ciphers #255
- Fix plugin_enabled not having path appended #253
- Add more support for erlang args #247
- Open file limit not set correctly #127
- Additional rabbit configs #217
- Updated the erlang cookbook dependancy

v3.12.0 (2015-04-07)
--------------------
- Removed yum-epel case statement #236
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs and configures RabbitMQ server'
version '3.12.0'
version '3.13.0'
recipe 'rabbitmq', 'Install and configure RabbitMQ'
recipe 'rabbitmq::cluster', 'Set up RabbitMQ clustering.'
recipe 'rabbitmq::plugin_management', 'Manage plugins with node attributes'
recipe 'rabbitmq::virtualhost_management', 'Manage virtualhost with node attributes'
recipe 'rabbitmq::user_management', 'Manage users with node attributes'

depends 'erlang', '>= 0.9'
depends 'erlang', '~> 1.5.0'
depends 'yum-epel'
depends 'yum-erlang_solutions'

Expand Down

0 comments on commit 96e5d97

Please sign in to comment.