Skip to content

Commit

Permalink
prep for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 2, 2018
1 parent 6bcd5e8 commit 85a6b3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [1.6.1] - 2018-03-02
### Fixed
- Bug fix for `check-consul-servers` so timeout option works
- Bug fix for `check-consul-servers` so timeout option works (@joshbenner)

## [1.6.0] - 2017-09-30
### Added
Expand Down Expand Up @@ -100,7 +102,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.1...HEAD
[1.6.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.4.1...1.5.0
[1.4.1]: https://github.com/sensu-plugins/sensu-plugins-consul/compare/1.4.0...1.4.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-consul/version.rb
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsConsul
module Version
MAJOR = 1
MINOR = 6
PATCH = 0
PATCH = 1

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

0 comments on commit 85a6b3a

Please sign in to comment.