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 6, 2017
1 parent 1d95388 commit 60706b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 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-06-05
### Added
- Testing on Ruby 2.3 and 2.4 (@eheydrick)

Expand All @@ -12,6 +14,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

### Changed
- Update to Rubocop 0.40 and cleanup (@eheydrick)
- Relax `sensu-plugin` dependency to `~> 1.2` (@mattyjones)

## [0.0.2] - 2015-07-14
### Changed
Expand All @@ -21,5 +24,6 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

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

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

0 comments on commit 60706b9

Please sign in to comment.