summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-25 22:07:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-25 22:07:56 +0000
commite4767da4b0dd744392a2080a481faa84b23a7b23 (patch)
treede7d4ea5fb188cb39436750b089e09cdd4316d20
parente68b5ec22f1bf3786d0f580ee9cd29c6e09c3a4a (diff)
downloadmixlib-log-e4767da4b0dd744392a2080a481faa84b23a7b23.tar.gz
Bump version to 2.0.6 by Chef Expeditorv2.0.6
-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 8bb14df..06f8e41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 2.0.5 -->
-## [v2.0.5](https://github.com/chef/mixlib-log/tree/v2.0.5) (2018-06-26)
+<!-- latest_release 2.0.6 -->
+## [v2.0.6](https://github.com/chef/mixlib-log/tree/v2.0.6) (2018-07-25)
#### Merged Pull Requests
-- remove hashrocket syntax [#41](https://github.com/chef/mixlib-log/pull/41) ([lamont-granquist](https://github.com/lamont-granquist))
+- Remove the changelog generator gem [#42](https://github.com/chef/mixlib-log/pull/42) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.0.4 -->
### Changes since 2.0.4 release
#### Merged Pull Requests
+- Remove the changelog generator gem [#42](https://github.com/chef/mixlib-log/pull/42) ([tas50](https://github.com/tas50)) <!-- 2.0.6 -->
- remove hashrocket syntax [#41](https://github.com/chef/mixlib-log/pull/41) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.0.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index b9d2bdf..703cec9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.5 \ No newline at end of file
+2.0.6 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 6bb4b08..e213a6c 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "2.0.5"
+ VERSION = "2.0.6"
end
end