Skip to content

Commit

Permalink
3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ Asghar committed Apr 23, 2015
1 parent 3c0532b commit 8ac5096
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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 8ac5096

Please sign in to comment.