Skip to content

Commit a774627

Browse files
committed
deploy
1 parent 22c47cc commit a774627

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## Unreleased
7+
8+
## [0.0.5] - 2015-10-06
79
### Changed
810
- updated pg gem to 0.18.3
11+
Added port cli option to postgres-graphite.rb.
912

1013
## [0.0.4] - 2015-08-04
1114
### Changed
1215
- general cleanup, no code changes
1316

14-
1517
## [0.0.3] - 2015-07-14
1618
### Changed
1719
- updated sensu-plugin gem to 1.2.0

lib/sensu-plugins-postgres/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
22
module Version
33
MAJOR = 0
44
MINOR = 0
5-
PATCH = 4
5+
PATCH = 5
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)