Skip to content

Commit

Permalink
prep for 2.1.1 release
Browse files Browse the repository at this point in the history
majormoses committed Jul 16, 2018
1 parent f24eb95 commit 8899da0
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,14 +5,15 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [2.1.1] - 2018-07-16
### Fixed
- explicitly depend on `public_suffix` version `~> 2` to keep support for ruby `2.0` (@mandre)

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

## [2.0.0] - 03-29-2018
## [2.0.0] - 2018-03-29
### Breaking Changes
- Dropping ruby `< 2.2` support (@yuri-zubov)

@@ -98,7 +99,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.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.1.1...HEAD
[2.1.1]: https://github.com/sensu-plugins/sensu-plugins-dns/compare/2.1.0...2.1.1
[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
2 changes: 1 addition & 1 deletion lib/sensu-plugins-dns/version.rb
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ module SensuPluginsDNS
module Version
MAJOR = 2
MINOR = 1
PATCH = 0
PATCH = 1

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

0 comments on commit 8899da0

Please sign in to comment.