Skip to content

Commit

Permalink
prep for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Nov 4, 2017
1 parent 555d487 commit b4afd1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 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 at [Keep A Changelog](http://keepachang

## [Unreleased]

## [2.2.1] - 2017-11-04
### Fixed
- check-marathon-task.rb: solved a bug which prevented to alert when number of instances were retrieved from Marathon

Expand Down Expand Up @@ -82,6 +83,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
- initial release

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

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

0 comments on commit b4afd1c

Please sign in to comment.