Skip to content

Commit c8b65bf

Browse files
author
Todd Campbell
authored
Merge pull request #40 from nixwiz/pre_release/3.1.0
Roll release
2 parents 5bcd4dc + a42e16d commit c8b65bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [3.1.0] - 2020-04-03
89
### Changed
910
- Updated rubocop rubocop requirement from ~> 0.51.0 to ~> 0.81.0
1011
- Remediated rubocop warnings
@@ -100,7 +101,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
100101
## 0.0.1 - 2015-02-11 **YANKED**
101102
- initial stable release
102103

103-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.0.0...HEAD
104+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.1.0...HEAD
105+
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.0.0...3.1.0
104106
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.3...3.0.0
105107
[2.2.3]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.2...2.2.3
106108
[2.2.2]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.1...2.2.2

lib/sensu-plugins-nginx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module SensuPluginsNginx
44
module Version
55
MAJOR = 3
6-
MINOR = 0
6+
MINOR = 1
77
PATCH = 0
88

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

0 commit comments

Comments
 (0)