Skip to content

Commit 269be81

Browse files
committed
prep for 4.0.0 release
1 parent ab8d1b3 commit 269be81

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [4.0.0] - 2019-03-17
89
### Breaking Changes
9-
- Bump sensu-plugin version from `~> 2.0` to `~> 4.0` for Sensu 1.x to Sensu Go event conversion you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17) and [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04)
10-
- drop support and testing for ruby 2.1 and 2.2 as they are EOL
10+
- Bump sensu-plugin version from `~> 2.0` to `~> 4.0` for Sensu 1.x to Sensu Go event conversion you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17) and [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04) (@asachs01)
11+
- drop support and testing for ruby 2.1 and 2.2 as they are EOL (@asachs01)
1112

1213
## [3.0.0] - 2018-12-07
1314
### Breaking Changes

lib/sensu-plugins-mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SensuPluginsMailer
22
module Version
3-
MAJOR = 3
3+
MAJOR = 4
44
MINOR = 0
55
PATCH = 0
66

0 commit comments

Comments
 (0)