summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 19:35:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 19:35:21 +0000
commit70179660c768622ba8062b916308ba63320b2bf3 (patch)
treea72bcbca5099c6f025d3a7ca8d0afea6221588bd
parent7886fdc8f514f1b4eb324ee08a618aa291800bad (diff)
downloadmixlib-log-70179660c768622ba8062b916308ba63320b2bf3.tar.gz
Bump version to 3.0.10 by Chef Expeditorv3.0.10
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 4b63ec4..4883488 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 3.0.10 -->
+## [v3.0.10](https://github.com/chef/mixlib-log/tree/v3.0.10) (2020-09-09)
+
+#### 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))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.9 -->
+### Changes not yet released to rubygems.org
+
+#### 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)) <!-- 3.0.10 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 489200c..f1cb5ae 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.9 \ No newline at end of file
+3.0.10 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 45f17e8..408a532 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.9".freeze
+ VERSION = "3.0.10".freeze
end
end