File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- #Change Log
1
+ # Change Log
2
2
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 1.1.0] - 2017-02-20
7
9
### Added
8
10
- metrics-postgres-query.rb: Add option to return multi row queries. (@Micasou )
9
11
@@ -85,7 +87,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
85
87
### Added
86
88
- initial release
87
89
88
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.1...HEAD
90
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.0...HEAD
91
+ [ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.1...1.1.0
89
92
[ 1.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.0...1.0.1
90
93
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...1.0.0
91
94
[ 0.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...0.1.1
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 1
4
- MINOR = 0
5
- PATCH = 1
4
+ MINOR = 1
5
+ PATCH = 0
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