From de94c6d27e8d483b12ab3745088b01357d179b02 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 12 Jul 2024 14:09:52 +0000 Subject: [PATCH] Bump version to 3.1.0 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 27fdefd..b12e525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.14](https://github.com/chef/mixlib-log/tree/v3.0.14) (2024-03-06) + +## [v3.1.0](https://github.com/chef/mixlib-log/tree/v3.1.0) (2024-07-12) #### Merged Pull Requests -- Bump minimum to 2.7 [#75](https://github.com/chef/mixlib-log/pull/75) ([tpowell-progress](https://github.com/tpowell-progress)) +- Support ruby3.3 Logger by properly initialize super class [#74](https://github.com/chef/mixlib-log/pull/74) ([mtasaka](https://github.com/mtasaka)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Support ruby3.3 Logger by properly initialize super class [#74](https://github.com/chef/mixlib-log/pull/74) ([mtasaka](https://github.com/mtasaka)) - 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])) diff --git a/VERSION b/VERSION index 513cc0b..a0cd9f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.14 \ No newline at end of file +3.1.0 \ No newline at end of file diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb index 96bb4e9..826ca3e 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.14".freeze + VERSION = "3.1.0".freeze end end