summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 18:37:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 18:37:37 +0000
commitda33db6b170da5e2ab711a81e271e34b45a3adf1 (patch)
tree4b940718d8ac03053889e7c67dbf78e0298ff62d
parentad6f224d294adc96d3bb60f66521b6f4ca2d150a (diff)
downloadmixlib-log-da33db6b170da5e2ab711a81e271e34b45a3adf1.tar.gz
Bump version to 3.0.9 by Chef Expeditorv3.0.9
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/log/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56c104a..ad8690a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 3.0.9 -->
+## [v3.0.9](https://github.com/chef/mixlib-log/tree/v3.0.9) (2020-08-21)
+
+#### Merged Pull Requests
+- Optimize our requires [#60](https://github.com/chef/mixlib-log/pull/60) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.8 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Optimize our requires [#60](https://github.com/chef/mixlib-log/pull/60) ([tas50](https://github.com/tas50)) <!-- 3.0.9 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index e46454b..489200c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.8 \ No newline at end of file
+3.0.9 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index aa982e6..45f17e8 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.8".freeze
+ VERSION = "3.0.9".freeze
end
end