Skip to content

Commit 8ac5096

Browse files
author
JJ Asghar
committed
3.13.0
1 parent 3c0532b commit 8ac5096

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ rabbitmq Cookbook CHANGELOG
22
===========================
33
This file is used to list changes made in each version of the rabbitmq cookbook.
44

5+
v3.13.0 (2015-04-23)
6+
--------------------
7+
- Added ssl_ciphers #255
8+
- Fix plugin_enabled not having path appended #253
9+
- Add more support for erlang args #247
10+
- Open file limit not set correctly #127
11+
- Additional rabbit configs #217
12+
- Updated the erlang cookbook dependancy
13+
514
v3.12.0 (2015-04-07)
615
--------------------
716
- Removed yum-epel case statement #236

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
recipe 'rabbitmq::virtualhost_management', 'Manage virtualhost with node attributes'
1111
recipe 'rabbitmq::user_management', 'Manage users with node attributes'
1212

13-
depends 'erlang', '>= 0.9'
13+
depends 'erlang', '~> 1.5.0'
1414
depends 'yum-epel'
1515
depends 'yum-erlang_solutions'
1616

0 commit comments

Comments
 (0)