Skip to content

Commit

Permalink
Merge pull request #36 from sensu-plugins/release/1.1.2
Browse files Browse the repository at this point in the history
release version 1.1.2
  • Loading branch information
eheydrick committed Jun 21, 2016
2 parents f261493 + ec52f30 commit 802f1e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [1.1.2] - 2016-06-20
### Changed
- dependencies: use sensu-plugin ~> 1.2.0, docker-api = 1.21.0

Expand Down Expand Up @@ -56,7 +58,8 @@ changes some options. Review your check commands before deploying this version.
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.2...HEAD
[1.1.2]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/0.0.4...1.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-docker/version.rb
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsDocker
module Version
MAJOR = 1
MINOR = 1
PATCH = 1
PATCH = 2

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

0 comments on commit 802f1e4

Please sign in to comment.