From 29fb37aa9cd569bbad975b5c00e4e7e8a855e085 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 6 Mar 2024 17:34:03 +0000 Subject: [PATCH] Bump version to 3.0.14 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/log/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ebd1a..27fdefd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.13](https://github.com/chef/mixlib-log/tree/v3.0.13) (2022-03-29) + +## [v3.0.14](https://github.com/chef/mixlib-log/tree/v3.0.14) (2024-03-06) #### Merged Pull Requests -- Remove Ruby 2.4 support and Test Ruby 3.0/3.1 [#66](https://github.com/chef/mixlib-log/pull/66) ([poorndm](https://github.com/poorndm)) +- Bump minimum to 2.7 [#75](https://github.com/chef/mixlib-log/pull/75) ([tpowell-progress](https://github.com/tpowell-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bump minimum to 2.7 [#75](https://github.com/chef/mixlib-log/pull/75) ([tpowell-progress](https://github.com/tpowell-progress)) - Remove Ruby 2.4 support and Test Ruby 3.0/3.1 [#66](https://github.com/chef/mixlib-log/pull/66) ([poorndm](https://github.com/poorndm)) - Upgrade to GitHub-native Dependabot [#63](https://github.com/chef/mixlib-log/pull/63) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Add Ruby 3.0 testing [#62](https://github.com/chef/mixlib-log/pull/62) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 9c25f93..513cc0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.13 \ No newline at end of file +3.0.14 \ No newline at end of file diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb index 8912d61..96bb4e9 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.13".freeze + VERSION = "3.0.14".freeze end end