Skip to content

Commit

Permalink
prep for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Sep 23, 2017
1 parent cb3e2d2 commit adb8008
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [1.3.0] - 2017-09-23
### Added
- check-log.rb: `return-error-limit` option to limit the number of returned matched lines (log entries) (@jhshadi)

Expand Down Expand Up @@ -67,7 +68,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.1...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.3.0...HEAD
[1.3.0]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.2.2...1.2.0
[1.1.2]: https://github.com/sensu-plugins/sensu-plugins-logs/compare/1.1.1...1.1.2
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-logs/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsLogs
module Version
MAJOR = 1
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0

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

0 comments on commit adb8008

Please sign in to comment.