Final commit for 2.0.1 release; update CHANGELOG and Modulefile
This commit is contained in:
parent
83861ebd29
commit
9fd7f1a4b1
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
2.0.1
|
||||
=======
|
||||
|
||||
Minor bugfix release.
|
||||
|
||||
2013-01-16 - Chris Price <chris@puppetlabs.com>
|
||||
* Fix revoke command in database.pp to support postgres 8.1 (43ded42)
|
||||
|
||||
2013-01-15 - Jordi Boggiano <j.boggiano@seld.be>
|
||||
* Add support for ubuntu 12.10 status (3504405)
|
||||
|
||||
2.0.0
|
||||
=======
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-postgresql'
|
||||
version '2.0.0'
|
||||
version '2.0.1'
|
||||
source 'git://github.com/puppetlabs/puppet-postgresql.git'
|
||||
author 'Inkling/Puppet Labs'
|
||||
description 'PostgreSQL defined resource types'
|
||||
|
|
Loading…
Reference in a new issue