From af81f40258838c119452e421498bbd007f2f8a66 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 7 Apr 2021 21:44:23 +0000 Subject: Bump version to 3.0.11 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 4883488..81f7d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.10](https://github.com/chef/mixlib-log/tree/v3.0.10) (2020-09-09) + +## [v3.0.11](https://github.com/chef/mixlib-log/tree/v3.0.11) (2021-04-07) #### Merged Pull Requests -- Replace __FILE__ with __dir__ and other minor chefstyle fixes [#61](https://github.com/chef/mixlib-log/pull/61) ([tas50](https://github.com/tas50)) +- Add Ruby 3.0 testing [#62](https://github.com/chef/mixlib-log/pull/62) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add Ruby 3.0 testing [#62](https://github.com/chef/mixlib-log/pull/62) ([tas50](https://github.com/tas50)) - Replace __FILE__ with __dir__ and other minor chefstyle fixes [#61](https://github.com/chef/mixlib-log/pull/61) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index f1cb5ae..e4a0720 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.10 \ No newline at end of file +3.0.11 \ No newline at end of file diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb index 408a532..26bd9d0 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.10".freeze + VERSION = "3.0.11".freeze end end -- cgit v1.2.1