Skip to content

Commit

Permalink
prep for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 17, 2018
1 parent a4d7a52 commit df1f0dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [3.0.1] - 2018-02-16
## [3.1.0] - 2018-03-17
### Added
- ruby 2.4 testing (@majormoses)
- error handling when `json_config` key is not found to help users deal with the problem. Not great but better than a `NilClass` error (@majormoses)

### Changed
- changed the description of `json_config` to reflect that this is a key not the json file (@majormoses)

## [3.0.1] - 2018-02-16
### Added
- ruby 2.4 testing (@majormoses)

### Fixed
- PR template typo (@majormoses)
- if pager_team is not found in the handler json config, the default key will be used instead (@internaught)
Expand Down Expand Up @@ -119,7 +122,8 @@ marking it as a stable 1.0.0 release.
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/3.0.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/3.1.0...HEAD
[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
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/2.2.0...3.0.0
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-pagerduty/compare/2.1.0...2.2.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-pagerduty/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsPagerduty
module Version
MAJOR = 3
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0

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

0 comments on commit df1f0dc

Please sign in to comment.