Skip to content

Commit 493a68a

Browse files
author
Aaron Baer
committed
Bug fix release version 3.4.2
1 parent 9f46afe commit 493a68a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

5+
v3.4.2
6+
------
7+
- Changed the Gem::Installer::ExtensionBuildError to a Mixlib::ShellOut::ShellCommandFailed
8+
59
v3.4.1
610
------
711
- Added support for Ubuntu 14.04 and Postgresql 9.3

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license "Apache 2.0"
55
description "Installs and configures postgresql for clients or servers"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "3.4.1"
7+
version "3.4.2"
88
recipe "postgresql", "Includes postgresql::client"
99
recipe "postgresql::ruby", "Installs pg gem for Ruby bindings"
1010
recipe "postgresql::client", "Installs postgresql client package(s)"

0 commit comments

Comments
 (0)