summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-29 22:22:58 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-29 22:22:58 +0000
commitd6c33ef6b1bf882c55af429b28d1b199887100d9 (patch)
tree58ce82f2693e5b10e494510995d77c24016932d3
parent14ca0c25b7768235a4562eab68b1df31575e33cd (diff)
downloadmixlib-log-d6c33ef6b1bf882c55af429b28d1b199887100d9.tar.gz
Bump version to 3.0.13 by Chef Expeditorv3.0.13
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 ff7dc0e..b5ebd1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 3.0.12 -->
-## [v3.0.12](https://github.com/chef/mixlib-log/tree/v3.0.12) (2021-06-25)
+<!-- latest_release 3.0.13 -->
+## [v3.0.13](https://github.com/chef/mixlib-log/tree/v3.0.13) (2022-03-29)
#### 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]))
+- 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))
<!-- latest_release -->
<!-- release_rollup since=3.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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)) <!-- 3.0.13 -->
- 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 -->
diff --git a/VERSION b/VERSION
index d003324..9c25f93 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.12 \ No newline at end of file
+3.0.13 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 92c11d4..8912d61 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.12".freeze
+ VERSION = "3.0.13".freeze
end
end