Skip to content

Commit

Permalink
prepping for 4.1.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Nov 13, 2020
1 parent aed1bed commit a3f540e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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]

## [4.1.1] - 2020-11-13
### Fixed
- centos8 asset target

Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-logs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsLogs
module Version
MAJOR = 4
MINOR = 1
PATCH = 0
PATCH = 1

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

0 comments on commit a3f540e

Please sign in to comment.