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 10, 2017
1 parent fd644b5 commit 13f7d0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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-09
### Added
- Ruby 2.3.0 & 2.4.1 testing
- Ruby 2.3.0 & 2.4.1 testing (@Evesy)

### Breaking Changes
- Removed Ruby 1.9.3 support
- Removed Ruby 1.9.3 support (@Evesy)

## [0.1.1] - 2016-03-17
### Added
Expand All @@ -24,5 +25,6 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- add check-strongswan.rb and metrics-strongswan.rb plugins

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-strongswan/compare/0.1.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-strongswan/compare/1.0.0...HEAD
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-strongswan/0.1.1...1.0.0
[0.1.1]: https://github.com/sensu-plugins/sensu-plugins-strongswan/compare/0.1.0...0.1.1
6 changes: 3 additions & 3 deletions lib/sensu-plugins-strongswan/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsStrongswan
module Version
MAJOR = 0
MINOR = 1
PATCH = 1
MAJOR = 1
MINOR = 0
PATCH = 0

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

0 comments on commit 13f7d0d

Please sign in to comment.