We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd378b commit 765a444Copy full SHA for 765a444
CHANGELOG.md
@@ -3,6 +3,13 @@ CouchDB Cookbook CHANGELOG
3
This file is used to list changes made in each version of the CouchDB cookbook.
4
5
6
+v2.5.0
7
+------
8
+Porting to use cookbook yum ~> 3.0
9
+Fixing up style to pass rubocop
10
+Updating testing bits
11
+
12
13
v2.4.8
14
------
15
fixing metadata version error. locking to 3.0"
metadata.rb
@@ -10,7 +10,7 @@
directly from source. CouchDB is available on Red Hat-based systems through
the EPEL Yum Repository.
EOH
-version '2.4.9'
+version '2.5.0'
depends 'erlang'
depends 'yum', '~> 3.0'
16
depends 'yum-epel'
0 commit comments