File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
55
66## [ Unreleased]
7- - Remove EOL Rubies (@phumpal )
7+
8+
9+ ## [ 3.0.0] - 2019-11-20
10+ ### Breaking Changes
11+ - Removed ruby < 2.4 since these Rubies are EOL (@phumpal )
812
913## [ 2.4.0] - 2019-10-04
1014### Added
@@ -183,7 +187,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
183187### Added
184188- initial release
185189
186- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...HEAD
190+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...HEAD
191+ [ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...3.0.0
187192[ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.2...2.4.0
188193[ 2.3.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.1...2.3.2
189194[ 2.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.0...2.3.1
Original file line number Diff line number Diff line change 11module SensuPluginsPostgres
22 module Version
3- MAJOR = 2
4- MINOR = 4
3+ MAJOR = 3
4+ MINOR = 0
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments