We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c37262 commit 5800238Copy full SHA for 5800238
CHANGELOG.md
@@ -3,6 +3,11 @@ postgresql Cookbook CHANGELOG
3
This file is used to list changes made in each version of the postgresql cookbook.
4
5
6
+v3.3.4
7
+------
8
+Testing
9
+
10
11
v3.3.2
12
------
13
- Testing maintainer transfer to Heavywater with Opscode as collaborator
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "3.3.2"
+version "3.3.4"
recipe "postgresql", "Includes postgresql::client"
recipe "postgresql::ruby", "Installs pg gem for Ruby bindings"
recipe "postgresql::client", "Installs postgresql client package(s)"
0 commit comments