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
majormoses committed Jul 14, 2017
1 parent 311d0e9 commit 2b6e668
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#Change Log
# Change Log
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] 2017-07-14
### Added
- Support for Ruby 2.3
- Added testing for Ruby 2.4.1
Expand Down Expand Up @@ -31,7 +33,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/0.0.4...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/1.0.0...HEAD
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/0.0.4...1.0.0
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/sensu-plugins/sensu-plugins-campfire/compare/0.0.1...0.0.2
4 changes: 2 additions & 2 deletions lib/sensu-plugins-campfire/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsCampfire
module Version
MAJOR = 0
MAJOR = 1
MINOR = 0
PATCH = 4
PATCH = 0

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

0 comments on commit 2b6e668

Please sign in to comment.