Skip to content

Commit b7647ed

Browse files
committed
prep for 3.0.0 release
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent 2b214a1 commit b7647ed

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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

lib/sensu-plugins-postgres/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module 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('.')

0 commit comments

Comments
 (0)