Skip to content

Commit

Permalink
prep for 4.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Abrams <me@benabrams.it>
  • Loading branch information
majormoses committed Dec 5, 2018
1 parent 3c2bffe commit 8370d42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [4.1.0] - 2018-12-04
### Changed
- updated `pagerduty` dependancy (@dependabot)

## [4.0.0] - 2018-06-04
### Breaking Changes
- Bumped dependency of `sensu-plugin` to 2.x which will globally disable deprecated event filtering. You can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@rajiv-g)
Expand Down Expand Up @@ -126,7 +130,8 @@ marking it as a stable 1.0.0 release.
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/4.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/4.1.0...HEAD
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/3,1,0...4.0.0
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/3.0.1...3,1.0
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-pagerduty/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SensuPluginsPagerduty
module Version
MAJOR = 4
MINOR = 0
MINOR = 1
PATCH = 0

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
Expand Down

0 comments on commit 8370d42

Please sign in to comment.