File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
6
6
## [ Unreleased]
7
7
8
- ## [ 2.0.1 ] - 2016-11-29
9
- ### Changed
10
- - added check-nginx-status plugin
8
+ ## [ 2.1.0 ] - 2017-02-28
9
+ ### Added
10
+ - add ` check-nginx-status ` plugin ( @ hany )
11
11
12
12
## [ 2.0.0] - 2016-05-24
13
13
### Changed
@@ -60,7 +60,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
60
60
## 0.0.1 - 2015-02-11 ** YANKED**
61
61
- initial stable release
62
62
63
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.0.0...HEAD
63
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.1.0...HEAD
64
+ [ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.0.0...2.1.0
64
65
[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/1.0.0...2.0.0
65
66
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/0.0.6...1.0.0
66
67
[ 0.0.6 ] : https://github.com/sensu-plugins/sensu-plugins-nginx/compare/0.0.5...0.0.6
Original file line number Diff line number Diff line change 1
1
module SensuPluginsNginx
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 0
4
+ MINOR = 1
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments