Skip to content

Commit c2e9d6d

Browse files
committed
prep for 1.0.1 release
1 parent d2e588f commit c2e9d6d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
## [1.0.1] - 2017-05-29
8+
### Changed
9+
- just fixing the ruby api key in .travis.yml for rubygems
710
## [1.0.0] - 2017-05-29
811
### Added
912
- Support for custom message erb templates
@@ -28,7 +31,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
2831
### Added
2932
- Initial release
3033

31-
[Unreleased]: https://github.com/lagartoflojo/sensu-plugins-telegram/compare/1.0.0...HEAD
34+
[Unreleased]: https://github.com/lagartoflojo/sensu-plugins-telegram/compare/1.0.1...HEAD
35+
[1.0.1]: https://github.com/lagartoflojo/sensu-plugins-telegram/compare/1.0.0...1.0.1
3236
[1.0.0]: https://github.com/lagartoflojo/sensu-plugins-telegram/compare/v0.2.0...1.0.0
3337
[0.2.0]: https://github.com/lagartoflojo/sensu-plugins-telegram/compare/v0.1.1...v0.2.0
3438
[0.1.1]: https://github.com/lagartoflojo/sensu-plugins-telegram/compare/v0.1.0...v0.1.1

lib/sensu-plugins-telegram/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsTelegram
22
module Version
33
MAJOR = 1
44
MINOR = 0
5-
PATCH = 0
5+
PATCH = 1
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)