File tree 2 files changed +9
-4
lines changed
lib/sensu-plugins-postgres
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/).
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
- - 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 )
8
12
9
13
## [ 2.4.0] - 2019-10-04
10
14
### Added
@@ -183,7 +187,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
183
187
### Added
184
188
- initial release
185
189
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
187
192
[ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.2...2.4.0
188
193
[ 2.3.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.1...2.3.2
189
194
[ 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 1
1
module SensuPluginsPostgres
2
2
module Version
3
- MAJOR = 2
4
- MINOR = 4
3
+ MAJOR = 3
4
+ MINOR = 0
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