File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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.1.1] - 2017-04-24
7
9
### Fixed
8
10
- metrics-postgres-query.rb: Restored default value to only return first value in query. (@Micasou )
9
11
@@ -89,7 +91,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
89
91
### Added
90
92
- initial release
91
93
92
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.0...HEAD
94
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.1...HEAD
95
+ [ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.0...1.1.1
93
96
[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.1...1.1.0
94
97
[ 1.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.0...1.0.1
95
98
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...1.0.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 = 1
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