We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed1bed commit a3f540eCopy full SHA for a3f540e
CHANGELOG.md
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
5
6
## [Unreleased]
7
+
8
+## [4.1.1] - 2020-11-13
9
### Fixed
10
- centos8 asset target
11
lib/sensu-plugins-logs/version.rb
@@ -4,7 +4,7 @@ module SensuPluginsLogs
module Version
MAJOR = 4
MINOR = 1
- PATCH = 0
+ PATCH = 1
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
0 commit comments