summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-25 15:34:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-25 15:34:56 +0000
commitb5e8f7780d7ef11d1a438565c619c5d19a602018 (patch)
treef03cd1f95a39e53274c7a0e3bfd7967b39faf120
parenta9ab0143e116cacf9a1fe140b634978c308547c0 (diff)
downloadmixlib-log-b5e8f7780d7ef11d1a438565c619c5d19a602018.tar.gz
Bump version to 3.0.12 by Chef Expeditorv3.0.12
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/log/version.rb2
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
-<!-- latest_release 3.0.11 -->
-## [v3.0.11](https://github.com/chef/mixlib-log/tree/v3.0.11) (2021-04-07)
+<!-- latest_release 3.0.12 -->
+## [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]))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### 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])) <!-- 3.0.12 -->
- Add Ruby 3.0 testing [#62](https://github.com/chef/mixlib-log/pull/62) ([tas50](https://github.com/tas50)) <!-- 3.0.11 -->
- Replace __FILE__ with __dir__ and other minor chefstyle fixes [#61](https://github.com/chef/mixlib-log/pull/61) ([tas50](https://github.com/tas50)) <!-- 3.0.10 -->
<!-- release_rollup -->
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