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,12 +4,14 @@ 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.1.0] - 2018-10-16
7
9
### Added
8
- - Moves check_vsn and compute_lag to library method
10
+ - Moves check_vsn and compute_lag to library method ( @ phumpal )
9
11
10
12
## [ 2.0.0] - 2018-10-15
11
13
### Breaking Changes
12
- - Remove unsupported Rubies: ` < 2.3.0 `
14
+ - Remove unsupported Rubies: ` < 2.3.0 ` ( @ phumpal )
13
15
14
16
## [ 1.4.6] - 2018-05-03
15
17
### Fixed
@@ -151,7 +153,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
151
153
### Added
152
154
- initial release
153
155
154
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...HEAD
156
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...HEAD
157
+ [ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...2.1.0
155
158
[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...2.0.0
156
159
[ 1.4.6 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...1.4.6
157
160
[ 1.4.5 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...1.4.5
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 0
4
+ MINOR = 1
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