Skip to content

Commit

Permalink
prep for 2.1.0 release
Browse files Browse the repository at this point in the history
majormoses committed May 31, 2018
1 parent e58bb55 commit 8e8a801
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [2.1.0] - 2018-05-30
### Changed
- check-dns-zone.rb: `--timeout` is now also applied on the whois lookup (@eberkut)

@@ -94,7 +95,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Changed
- removed cruft from /lib

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.1.0...HEAD
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.4.0...2.0.0
[1.4.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/1.2.1...1.3.0
2 changes: 1 addition & 1 deletion lib/sensu-plugins-dns/version.rb
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
module SensuPluginsDNS
module Version
MAJOR = 2
MINOR = -
MINOR = 1
PATCH = 0

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

0 comments on commit 8e8a801

Please sign in to comment.