summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 21:44:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 21:44:23 +0000
commitaf81f40258838c119452e421498bbd007f2f8a66 (patch)
tree6a62472dd1d588ecada7bf6f8ec076cd138a4445
parent14c59237ffd06b7882deba9a155066a900ecf061 (diff)
downloadmixlib-log-af81f40258838c119452e421498bbd007f2f8a66.tar.gz
Bump version to 3.0.11 by Chef Expeditorv3.0.11
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 4883488..81f7d27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 3.0.10 -->
-## [v3.0.10](https://github.com/chef/mixlib-log/tree/v3.0.10) (2020-09-09)
+<!-- latest_release 3.0.11 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### 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)) <!-- 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 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