From b5e8f7780d7ef11d1a438565c619c5d19a602018 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 25 Jun 2021 15:34:56 +0000 Subject: Bump version to 3.0.12 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 81f7d27..ff7dc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.0.11](https://github.com/chef/mixlib-log/tree/v3.0.11) (2021-04-07) + +## [v3.0.12](https://github.com/chef/mixlib-log/tree/v3.0.12) (2021-06-25) #### Merged Pull Requests -- Add Ruby 3.0 testing [#62](https://github.com/chef/mixlib-log/pull/62) ([tas50](https://github.com/tas50)) +- Upgrade to GitHub-native Dependabot [#63](https://github.com/chef/mixlib-log/pull/63) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- 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)) - 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 e4a0720..d003324 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.11 \ No newline at end of file +3.0.12 \ No newline at end of file diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb index 26bd9d0..92c11d4 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.11".freeze + VERSION = "3.0.12".freeze end end -- cgit v1.2.1