summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:19:29 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:19:29 +0000
commit96a88738ee4527e3c1cd9ae114b37e1ab1bcc2e9 (patch)
tree8f0051ae9f08efadda35182b387a2a0d6ffa3630
parentd11a353e5e6aa2ac91017b85ea8968708bf259df (diff)
downloadmixlib-log-96a88738ee4527e3c1cd9ae114b37e1ab1bcc2e9.tar.gz
Bump version to 2.0.5 by Chef Expeditorv2.0.5
-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 dced223..8bb14df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 2.0.5 -->
+## [v2.0.5](https://github.com/chef/mixlib-log/tree/v2.0.5) (2018-06-26)
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#41](https://github.com/chef/mixlib-log/pull/41) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.0.4 -->
+### Changes since 2.0.4 release
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#41](https://github.com/chef/mixlib-log/pull/41) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.0.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 26e3379..b9d2bdf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.4 \ No newline at end of file
+2.0.5 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 9a05fbd..6bb4b08 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "2.0.4"
+ VERSION = "2.0.5"
end
end