Skip to content

Commit 3564f6d

Browse files
committed
prep for 1.0.0 release
1 parent 5ad4345 commit 3564f6d

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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+
8+
## [1.0.0] - 2016-06-23
79
### Fixed
810
- fixing timeout deprecation for ruby 2.3.0
9-
- fixing undefined local variable or method params error (handler-mailer-mailgun.rb/handler-mailer-ses.rb)
11+
- handler-mailer-mailgun.rb/handler-mailer-ses.rb: fixing undefined local variable or method params error
1012

1113
### Removed
1214
- Support for Ruby 1.9.3; Added support for Ruby 2.3.0
@@ -77,9 +79,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
7779
### Added
7880
- initial release
7981

80-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...HEAD
81-
[0.3.1]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.3.0...0.3.1
82-
[0.3.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.2.0...0.3.0
82+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.0.0...HEAD
83+
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...1.0.0
84+
[0.3.1]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.0...0.3.1
85+
[0.3.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.2.0...0.3.0
8386
[0.2.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.1.5...0.2.0
8487
[0.1.5]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.4...v0.1.5
8588
[0.1.4]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.3...0.1.4

lib/sensu-plugins-mailer/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsMailer
22
module Version
3-
MAJOR = 0
4-
MINOR = 3
5-
PATCH = 1
3+
MAJOR = 1
4+
MINOR = 0
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)