File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-telegram Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+
8+ ## [ 1.0.1] - 2017-07-29
79### Fixed
810- use rest-client 2 to fix issue with OpenSSL 1.1.0 (@ushis )
911
@@ -43,7 +45,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
4345### Added
4446- Initial release
4547
46- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-telegram/compare/2.0.0...HEAD
48+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-telegram/compare/2.0.1...HEAD
49+ [ 2.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-telegram/compare/2.0.0...2.0.1
4750[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-telegram/compare/1.0.1...2.0.0
4851[ 1.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-telegram/compare/1.0.0...1.0.1
4952[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-telegram/compare/v0.2.0...1.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsTelegram
22 module Version
33 MAJOR = 2
44 MINOR = 0
5- PATCH = 0
5+ PATCH = 1
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments