Skip to content

Commit

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

## [Unreleased]

## [2.2.1] - 2018-03-17
### Security
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)

Expand All @@ -17,9 +18,6 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Added
- ruby 2.4 testing (@majormoses)

### Fixed
- typos in PR template (@majormoses)

### [2.2.0] - 2017-07-02
## Added
- add jwt token support (@Ishahar)
Expand Down Expand Up @@ -79,7 +77,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
## 0.0.1 - 2015-02-11 **YANKED**
- initial stable release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.1...HEAD
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/1.0.0...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-nginx/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsNginx
module Version
MAJOR = 2
MINOR = 2
PATCH = 0
PATCH = 1

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

0 comments on commit 75d3e6c

Please sign in to comment.