File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.1.0] - 2020-04-03
8
9
### Changed
9
10
- Updated rubocop rubocop requirement from ~ > 0.51.0 to ~ > 0.81.0
10
11
- Remediated rubocop warnings
@@ -100,7 +101,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
100
101
## 0.0.1 - 2015-02-11 ** YANKED**
101
102
- initial stable release
102
103
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
104
106
[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.3...3.0.0
105
107
[ 2.2.3 ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.2...2.2.3
106
108
[ 2.2.2 ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.1...2.2.2
Original file line number Diff line number Diff line change 3
3
module SensuPluginsNginx
4
4
module Version
5
5
MAJOR = 3
6
- MINOR = 0
6
+ MINOR = 1
7
7
PATCH = 0
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments