Skip to content

Commit

Permalink
prep for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Nov 4, 2017
1 parent 64c49d7 commit 3535f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 [here](https://github.com/sensu-plugins

## [Unreleased]

## [1.3.0] - 2017-11-04
### Added
- Support for multiple resolvable ips (comma separated). (@adamdecaf)
- integration testing with `test-kitchen`, `kitchen-docker`, etc (@majormoses)
Expand Down Expand Up @@ -76,6 +77,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
- removed cruft from /lib

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.1...HEAD
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.0...1/1.2.1
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.1.0...1/1.2
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.0.0...1/1.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-dns/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsDNS
module Version
MAJOR = 1
MINOR = 2
PATCH = 2
MINOR = 3
PATCH = 0

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

0 comments on commit 3535f1c

Please sign in to comment.