File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ 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
+ ## [ 1.2.0] - 2017-07-12
7
8
### Added
8
- - metric-postgres-statsdb.rb: Adds new metric ` numbackends ` .
9
+ - metric-postgres-statsdb.rb: Adds new metric ` numbackends ` . ( @ phumpal )
9
10
10
11
## [ 1.1.2] - 2017-06-02
11
12
### Fixed
@@ -97,7 +98,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
97
98
### Added
98
99
- initial release
99
100
100
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...HEAD
101
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...HEAD
102
+ [ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...1.2.0
101
103
[ 1.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.1...1.1.2
102
104
[ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.0...1.1.1
103
105
[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.1...1.1.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 1
4
- MINOR = 1
5
- PATCH = 2
4
+ MINOR = 2
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