summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 01:02:29 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 01:02:29 +0000
commitd3a881afd49657e44c69b2f0f6bb1fa5edd52f01 (patch)
treec36ddb7e3ca1e1b86da51fc4f492992934fafa29 /CHANGELOG.md
parent1063d53051feea844252b2e3a90109fc6e2f5f93 (diff)
downloadmixlib-log-d3a881afd49657e44c69b2f0f6bb1fa5edd52f01.tar.gz
Bump version to 3.0.8 by Chef Expeditorv3.0.8
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec810c9..6dc2080 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 3.0.7 -->
-## [v3.0.7](https://github.com/chef/mixlib-log/tree/v3.0.7) (2019-12-20)
+<!-- latest_release 3.0.8 -->
+## [v3.0.8](https://github.com/chef/mixlib-log/tree/v3.0.8) (2019-12-30)
#### 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))
+- Substitute require for require_relative [#59](https://github.com/chef/mixlib-log/pull/59) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Substitute require for require_relative [#59](https://github.com/chef/mixlib-log/pull/59) ([tas50](https://github.com/tas50)) <!-- 3.0.8 -->
- 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 -->