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/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 1.0.1] - 2017-01-04
7
9
### Fixed
8
- - metrics-postgres-query.rb: Fix ` count_tuples ` option
10
+ - metrics-postgres-query.rb: Fix ` count_tuples ` option ( # 23 ) ( @ eheydrick )
9
11
10
12
## [ 1.0.0] - 2016-12-27
11
13
### Fixed
@@ -64,7 +66,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
64
66
### Added
65
67
- initial release
66
68
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
68
71
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...1.0.0
69
72
[ 0.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...0.1.1
70
73
[ 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
2
2
module Version
3
3
MAJOR = 1
4
4
MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
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