File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55#### General
66
7- - [ ] Update Changelog following the conventions laid out on [ Keep A Changelog ] ( http ://keepachangelog .com/)
7+ - [ ] Update Changelog following the conventions laid out [ here ] ( https ://github .com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
88
99- [ ] Update README with any necessary configuration snippets
1010
Original file line number Diff line number Diff line change 1- #Change Log
1+ # Change Log
22This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
4- This CHANGELOG follows the format listed at [ Keep A Changelog ] ( http ://keepachangelog .com/)
4+ This CHANGELOG follows the format listed [ here ] ( https ://github .com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66## [ Unreleased]
7+
8+ ## [ 1.2.1] - 2017-09-23
79### Added
810- ruby 2.4 testing (@majormoses )
911
1012### Fixed
1113- Fixed unhandled encoding exception when using the ` log-pattern ` option (@jhshadi )
1214- PR template spelling "compatibility"
1315
16+ ### Changed
17+ - updated CHANGELOG guidelines location (@majormoses )
18+
1419## [ 1.2.0] - 2017-07-04
1520### Added
1621- Support of UTF16 encoded characters (@avoosh )
@@ -59,7 +64,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5964### Added
6065- initial release
6166
62- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.0...HEAD
67+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.1...HEAD
68+ [ 1.2.1 ] : https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.0...1.2.1
6369[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.2...1.2.0
6470[ 1.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.1.1...1.1.2
6571[ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.1.0...1.1.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsLogs
22 module Version
33 MAJOR = 1
44 MINOR = 2
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