File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+ ## [ 1.3.1] - 2017-05-30
7
8
### Fixed
8
9
- ` check-ssl-qualys.rb ` : Fix missing ` net/http ` require that prevented the check from executing (@eheydrick )
9
10
@@ -71,8 +72,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
71
72
### Added
72
73
- initial release
73
74
74
- [ unreleased ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.3.0...HEAD
75
- [ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.2.0...1.3.0
75
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.3.1...HEAD
76
+ [ 1.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.3.0...1.3.1
77
+ [ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.2.0...1.3.0
76
78
[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.1.0...1.2.0
77
79
[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/1.0.0...1.1.0
78
80
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-ssl/compare/0.0.6...1.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsSSL
2
2
module Version
3
3
MAJOR = 1
4
4
MINOR = 3
5
- PATCH = 0
5
+ PATCH = 1
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments