Skip to content

Commit

Permalink
prep for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Aug 7, 2016
1 parent bbb0956 commit 40fadb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,11 +4,13 @@ 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.0] - 2016-08-07
### Added
- metrics-netstat-tcp.rb: Add IPv6 state counts
- metrics-netstat-tcp.rb: Add IPv6 state counts (@mlf4aiur)

### Fixed
- check-ping.rb: Fix false positives (#34)
- check-ping.rb: Fix false positives (#34 via @kai101)

## [1.0.0] - 2016-06-14
### Fixed
Expand Down Expand Up @@ -149,7 +151,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

* initial release, same as community repo

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/1.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/1.1.0...HEAD
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/0.2.4...1.0.0
[0.2.4]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/0.1.4...0.2.4
[0.1.4]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/0.1.3...0.1.4
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-network-checks/version.rb
@@ -1,7 +1,7 @@
module SensuPluginsNetworkChecks
module Version
MAJOR = 1
MINOR = 0
MINOR = 1
PATCH = 0

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

0 comments on commit 40fadb1

Please sign in to comment.