Skip to content

Commit

Permalink
prep for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Aug 7, 2018
1 parent a5eca79 commit 69b0fae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]
## [3.1.3] - 2018-08-02

## [3.2.0] - 2018-08-06
### Added
- metrics-net.rb: allow including only interfaces whos status is `up` (@johannagnarsson)

Expand Down Expand Up @@ -227,7 +228,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin

* initial release, same as community repo

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.2...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.0...HEAD
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.2...3.2.0
[3.1.2]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.0.0...3.1.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-network-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module SensuPluginsNetworkChecks
module Version
MAJOR = 3
MINOR = 1
PATCH = 3
MINOR = 2
PATCH = 0

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

0 comments on commit 69b0fae

Please sign in to comment.