summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-18 04:18:56 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-18 04:18:56 +0000
commitc7d4ae413fce7fd98539527c23625c07971f745f (patch)
tree89d0a87e3076ea4a92a4c4c3167fcde75592cddf
parentc90e398fba542437ac89bd2e90b020696f354f4c (diff)
downloadmixlib-log-c7d4ae413fce7fd98539527c23625c07971f745f.tar.gz
Bump version to 2.0.9 by Chef Expeditorv2.0.9
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 b77eb88..8e234a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 2.0.8 -->
-## [v2.0.8](https://github.com/chef/mixlib-log/tree/v2.0.8) (2018-12-18)
+<!-- latest_release 2.0.9 -->
+## [v2.0.9](https://github.com/chef/mixlib-log/tree/v2.0.9) (2018-12-18)
#### Merged Pull Requests
-- Test on Ruby 2.6 in Travis + test on Xenial [#46](https://github.com/chef/mixlib-log/pull/46) ([tas50](https://github.com/tas50))
+- Only ship the required library files in the gem artifact [#45](https://github.com/chef/mixlib-log/pull/45) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.0.4 -->
### Changes since 2.0.4 release
#### Merged Pull Requests
+- Only ship the required library files in the gem artifact [#45](https://github.com/chef/mixlib-log/pull/45) ([tas50](https://github.com/tas50)) <!-- 2.0.9 -->
- Test on Ruby 2.6 in Travis + test on Xenial [#46](https://github.com/chef/mixlib-log/pull/46) ([tas50](https://github.com/tas50)) <!-- 2.0.8 -->
- Test on all the Ruby versions we support [#43](https://github.com/chef/mixlib-log/pull/43) ([tas50](https://github.com/tas50)) <!-- 2.0.7 -->
- Remove the changelog generator gem [#42](https://github.com/chef/mixlib-log/pull/42) ([tas50](https://github.com/tas50)) <!-- 2.0.6 -->
diff --git a/VERSION b/VERSION
index e8f41f0..ed35d09 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.8 \ No newline at end of file
+2.0.9 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 819513e..618d39f 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "2.0.8".freeze
+ VERSION = "2.0.9".freeze
end
end