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 @@ -4,9 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 2.2.0] - 2018-10-16
7
9
### Added
8
- - metric-postgres-statsbgwriter.rb: additional metrics
9
- - metric-postgres-statsdb.rb additional metrics
10
+ - metric-postgres-statsbgwriter.rb: additional metrics ( @ phumpal )
11
+ - metric-postgres-statsdb.rb additional metrics ( @ phumpal )
10
12
11
13
## [ 2.1.0] - 2018-10-16
12
14
### Added
@@ -156,7 +158,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
156
158
### Added
157
159
- initial release
158
160
159
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...HEAD
161
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.0...HEAD
162
+ [ 2.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...2.2.0
160
163
[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...2.1.0
161
164
[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...2.0.0
162
165
[ 1.4.6 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...1.4.6
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 1
4
+ MINOR = 2
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments