Skip to content

Commit

Permalink
prep for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Feb 8, 2017
1 parent e9c47e1 commit 505db5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]
### Changed

## [1.2.0] - 2017-02-08
### Added
- check-container.rb: add an option to test image's tag (@obazoud)

## [1.1.5] - 2016-11-26
Expand Down Expand Up @@ -74,7 +76,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.5...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.2.0...HEAD
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.5...1.2.0
[1.1.5]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.4...1.1.5
[1.1.4]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.3...1.1.4
[1.1.3]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.2...1.1.3
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-docker/version.rb
@@ -1,8 +1,8 @@
module SensuPluginsDocker
module Version
MAJOR = 1
MINOR = 1
PATCH = 5
MINOR = 2
PATCH = 0

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

0 comments on commit 505db5f

Please sign in to comment.