Skip to content

Commit

Permalink
prep for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jul 2, 2017
1 parent f10de46 commit 7cdbd1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

### [2.2.0] - 2017-07-02
## Added
- add jwt token support
- add jwt token support

## [2.1.0] - 2017-02-28
### Added
- add `check-nginx-status` plugin (@hany)
Expand Down Expand Up @@ -61,7 +64,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
## 0.0.1 - 2015-02-11 **YANKED**
- initial stable release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.0...HEAD
[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
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/0.0.6...1.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
@@ -1,7 +1,7 @@
module SensuPluginsNginx
module Version
MAJOR = 2
MINOR = 1
MINOR = 2
PATCH = 0

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

0 comments on commit 7cdbd1d

Please sign in to comment.