Skip to content

Commit

Permalink
prep for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Jun 23, 2016
1 parent 5ad4345 commit 3564f6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Expand Up @@ -4,9 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [1.0.0] - 2016-06-23
### Fixed
- fixing timeout deprecation for ruby 2.3.0

This comment has been minimized.

Copy link
@GhostLyrics

GhostLyrics Jun 23, 2016

These read really, really strange with 'fixing' instead of 'fix' or 'fixes'.

This comment has been minimized.

Copy link
@eheydrick

eheydrick Jun 23, 2016

Author Contributor

Agreed. I prefer present tense "fix".

- fixing undefined local variable or method params error (handler-mailer-mailgun.rb/handler-mailer-ses.rb)
- handler-mailer-mailgun.rb/handler-mailer-ses.rb: fixing undefined local variable or method params error

### Removed
- Support for Ruby 1.9.3; Added support for Ruby 2.3.0

This comment has been minimized.

Copy link
@GhostLyrics

GhostLyrics Jun 23, 2016

Wouldn't you want to have 'support for ruby 2.3' in the 'added' section?

This comment has been minimized.

Copy link
@eheydrick

eheydrick Jun 23, 2016

Author Contributor

Technically yes. This was a related change so I lumped them together.

Expand Down Expand Up @@ -77,9 +79,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...HEAD
[0.3.1]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.3.0...0.3.1
[0.3.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.2.0...0.3.0
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.0.0...HEAD
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.1...1.0.0
[0.3.1]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/v0.1.5...0.2.0
[0.1.5]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.4...v0.1.5
[0.1.4]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/0.1.3...0.1.4
Expand Down
6 changes: 3 additions & 3 deletions lib/sensu-plugins-mailer/version.rb
@@ -1,8 +1,8 @@
module SensuPluginsMailer
module Version
MAJOR = 0
MINOR = 3
PATCH = 1
MAJOR = 1
MINOR = 0
PATCH = 0

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 3564f6d

Please sign in to comment.