Skip to content

Commit

Permalink
Merge pull request #121 from nixwiz/pre_release/4.1.0
Browse files Browse the repository at this point in the history
Prepping 4.1 release that includes additional asset builds
  • Loading branch information
Jef Spaleta authored Dec 12, 2019
2 parents 84289b3 + aba2248 commit c90a2b1
Show file tree
Hide file tree
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
Expand Up @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin

## [Unreleased]

## [4.1.0] - 2019-012-12
### Added
- Updated asset build targets to support centos6

Expand Down Expand Up @@ -244,7 +245,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/4.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.1.0...HEAD
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.1...4.0.0
[3.2.1]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.1.2...3.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-network-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module SensuPluginsNetworkChecks
module Version
MAJOR = 4
MINOR = 0
MINOR = 1
PATCH = 0

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

0 comments on commit c90a2b1

Please sign in to comment.