Skip to content

Commit

Permalink
prep for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Mar 27, 2019
1 parent 1e8198d commit d82110b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)

## [Unreleased]

## [1.4.0] - 2019-03-26
### Added
- check-graylog-buffers.rb: added CSRF protection required by graylog 2.5+. (@themysteriousx)

Expand Down Expand Up @@ -71,7 +73,8 @@ in your environment is encouraged.
### Added
- initial release

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

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

0 comments on commit d82110b

Please sign in to comment.