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 Nov 4, 2017
1 parent 8321889 commit 0878983
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
Expand Up @@ -6,6 +6,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]

## [2.0.0] - 2017-11-04

### Changed
- updated changelog guideline location (@majormoses)

Expand All @@ -18,7 +20,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
- metrics-snmp-bulk.rb: added `--port|-P` option (@freepenguins)
- metrics-snmp-if.rb: added `--port|-P` option (@freepenguins)

### Fixed
### Breaking Change
- check-snmp.rb: changed port option from `-p` to `-P` to avoid confusion with prefix (@freepenguins)

## [1.1.0] - 2017-10-04
Expand Down Expand Up @@ -68,7 +70,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-snmp/compare/1.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-snmp/compare/2.0.0...HEAD
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-snmp/compare/1.1.0...2.0.0
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-snmp/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-snmp/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/sensu-plugins/sensu-plugins-snmp/compare/0.1.0...0.2.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-snmp/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SensuPluginsSnmp
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 0878983

Please sign in to comment.