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 @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]
77
8+ ## [ 1.4.5] - 2018-02-15
89### Fixed
910- metric-postgres-graphite.rb: use the custom defined port when connecting to slave (@henkjan )
1011
@@ -137,7 +138,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
137138### Added
138139- initial release
139140
140- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...HEAD
141+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...HEAD
142+ [ 1.4.5 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...1.4.5
141143[ 1.4.4 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.3...1.4.4
142144[ 1.4.3 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.2...1.4.3
143145[ 1.4.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.1...1.4.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
22 module Version
33 MAJOR = 1
44 MINOR = 4
5- PATCH = 4
5+ PATCH = 5
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments