From a3f540e7aba51016c9e4c8a0dc6480e01f10dee9 Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: Fri, 13 Nov 2020 08:21:58 -0900 Subject: [PATCH] prepping for 4.1.1 patch release --- CHANGELOG.md | 2 ++ lib/sensu-plugins-logs/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccb279..901cb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/sensu-plugins-logs/version.rb b/lib/sensu-plugins-logs/version.rb index c801e59..e3360c3 100644 --- a/lib/sensu-plugins-logs/version.rb +++ b/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