Skip to content

Commit

Permalink
prep for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Feb 23, 2018
1 parent f7814d0 commit abd893c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#### General

- [ ] Update Changelog following the conventions laid out on [Keep A Changelog](http://keepachangelog.com/)
- [ ] Update Changelog following the conventions laid out on [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

- [ ] Update README with any necessary configuration snippets

Expand All @@ -24,5 +24,4 @@

#### Purpose

#### Known Compatability Issues

#### Known Compatibility Issues
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
#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/)
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [1.1.0] - 2018-02-22
### Added
- check-strongswan-connection.rb: checks the health of a strongwan connection (@nishiki)

### Changed
- update Changelog guidelines location (@majormoses)

### Fixed
- minor typos (@majormoses)

## [1.0.0] - 2017-07-09
### Added
- Ruby 2.3.0 & 2.4.1 testing (@Evesy)
Expand All @@ -28,6 +36,7 @@ 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/1.0.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-strongswan/compare/1.1.0...HEAD
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-strongswan/compare/1.0.0...1.1.0
[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
2 changes: 1 addition & 1 deletion lib/sensu-plugins-strongswan/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SensuPluginsStrongswan
module Version
MAJOR = 1
MINOR = 0
MINOR = 1
PATCH = 0

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

0 comments on commit abd893c

Please sign in to comment.