Skip to content

Commit 2434968

Browse files
committed
prep for 1.2.1 release
1 parent 1f625cf commit 2434968

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
#Change Log
1+
# Change Log
22
This 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

lib/sensu-plugins-logs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)