summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-20 04:42:09 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-20 04:42:09 +0000
commit534a4b88268cb049a4bda8c3d1250c8ac6968631 (patch)
treed7dd87ebf0bf7580556532e15af999e7240fd53c
parent4c5d667799d8b1471b713bde265afa91048d94e7 (diff)
downloadmixlib-log-534a4b88268cb049a4bda8c3d1250c8ac6968631.tar.gz
Bump version to 3.0.7 by Chef Expeditorv3.0.7
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 3a666f5..ec810c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 3.0.6 -->
-## [v3.0.6](https://github.com/chef/mixlib-log/tree/v3.0.6) (2019-08-07)
+<!-- latest_release 3.0.7 -->
+## [v3.0.7](https://github.com/chef/mixlib-log/tree/v3.0.7) (2019-12-20)
#### Merged Pull Requests
-- Add windows testing in Buildkite [#56](https://github.com/chef/mixlib-log/pull/56) ([tas50](https://github.com/tas50))
+- Test on Ruby 2.7 + random testing improvements [#58](https://github.com/chef/mixlib-log/pull/58) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Test on Ruby 2.7 + random testing improvements [#58](https://github.com/chef/mixlib-log/pull/58) ([tas50](https://github.com/tas50)) <!-- 3.0.7 -->
- Add windows testing in Buildkite [#56](https://github.com/chef/mixlib-log/pull/56) ([tas50](https://github.com/tas50)) <!-- 3.0.6 -->
- Resolve all warnings emitted during testing [#54](https://github.com/chef/mixlib-log/pull/54) ([zenspider](https://github.com/zenspider)) <!-- 3.0.5 -->
- Remove Travis PR Testing [#53](https://github.com/chef/mixlib-log/pull/53) ([tas50](https://github.com/tas50)) <!-- 3.0.4 -->
diff --git a/VERSION b/VERSION
index 8ffc1ad..3a8b971 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.6 \ No newline at end of file
+3.0.7 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 40d04d1..7c313dc 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.6".freeze
+ VERSION = "3.0.7".freeze
end
end