diff --git a/CHANGELOG.md b/CHANGELOG.md index 93bf4ef63..05885e6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.0.1: + +* [COOK-1406] - pg gem compile is unable to find libpq under Chef full + stack (omnibus) installation + ## v2.0.0: This version is backwards incompatible with previous versions of the diff --git a/metadata.rb b/metadata.rb index 4e34455b2..ebad232b9 100644 --- a/metadata.rb +++ b/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 "2.0.1" +version "2.0.2" recipe "postgresql", "Includes postgresql::client" recipe "postgresql::ruby", "Installs pg gem for Ruby bindings" recipe "postgresql::client", "Installs postgresql client package(s)"