File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+
8+ ## [ 1.0.1] - 2017-01-04
79### Fixed
8- - metrics-postgres-query.rb: Fix ` count_tuples ` option
10+ - metrics-postgres-query.rb: Fix ` count_tuples ` option ( # 23 ) ( @ eheydrick )
911
1012## [ 1.0.0] - 2016-12-27
1113### Fixed
@@ -64,7 +66,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6466### Added
6567- initial release
6668
67- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.0...HEAD
69+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.1...HEAD
70+ [ 1.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.0...1.0.1
6871[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...1.0.0
6972[ 0.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...0.1.1
7073[ 0.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...0.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
22 module Version
33 MAJOR = 1
44 MINOR = 0
5- PATCH = 0
5+ PATCH = 1
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments