Skip to content

Commit

Permalink
prep for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jan 31, 2018
1 parent f9077cf commit 6a0faad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 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 [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
13 changes: 10 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/)
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [2.0.0] - 2018-01-31
### Security
- updated `rubocop` dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@jaredledvina)

Expand All @@ -13,8 +15,12 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- Ruby 2.4.1 testing

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

### Fixed
- PR template spelling
- misc formatting (@majormoses)

## [1.1.0] - 2016-10-26
### Added
Expand All @@ -39,6 +45,7 @@ Note: this release changes the check parameters due to removing the shell out to
### Added
- initial release of this sensu plugin repo

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

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

0 comments on commit 6a0faad

Please sign in to comment.