Skip to content

Commit

Permalink
Changelog and version update to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsmith committed Jun 18, 2013
1 parent 76ad554 commit d8079c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 0.2.3 (Jun 18, 2013)

### Minor fixes

* Cluster create options were defined as Hash and accessed as Mash.
* pg_hba.conf became faulty on long db/user names or other line fields.
* Examples in readme was badly formatted and contained small syntax issues.
* ssl was hardcoded to postgresql.conf.

## 0.2.2 (May 8, 2013)

### Minor fixes
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license "MIT"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.2.2"
version "0.2.3"
recipe "postgresql::default", "Installs postgresql client packages"

supports "debian"
Expand Down

0 comments on commit d8079c1

Please sign in to comment.