File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## Unreleased
7
+
8
+ ## [ 0.0.5] - 2015-10-06
7
9
### Changed
8
10
- updated pg gem to 0.18.3
11
+ Added port cli option to postgres-graphite.rb.
9
12
10
13
## [ 0.0.4] - 2015-08-04
11
14
### Changed
12
15
- general cleanup, no code changes
13
16
14
-
15
17
## [ 0.0.3] - 2015-07-14
16
18
### Changed
17
19
- updated sensu-plugin gem to 1.2.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 0
4
4
MINOR = 0
5
- PATCH = 4
5
+ PATCH = 5
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments