summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 07:45:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 07:45:03 +0000
commit6bb92c5cd77f3c215100b38ed25c52d537db5ec4 (patch)
tree1659f9f35191658488cf8c913c2a649be8d53ed9
parentd4ede49e5c9e7e58ca89442c036d38d19b4de9be (diff)
downloadmixlib-log-6bb92c5cd77f3c215100b38ed25c52d537db5ec4.tar.gz
Bump version to 2.0.4 by Expeditorv2.0.4
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/log/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45adae4..5dd5f0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 2.0.4 -->
+## [v2.0.4](https://github.com/chef/mixlib-log/tree/v2.0.4) (2018-04-12)
+
+#### Merged Pull Requests
+- fix labelling [#37](https://github.com/chef/mixlib-log/pull/37) ([thommay](https://github.com/thommay))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.0.3 -->
+### Changes since 2.0.3 release
+
+#### Merged Pull Requests
+- fix labelling [#37](https://github.com/chef/mixlib-log/pull/37) ([thommay](https://github.com/thommay)) <!-- 2.0.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -92,4 +100,4 @@
## [v1.0.2](https://github.com/chef/mixlib-log/tree/v1.0.2) (2009-05-12)
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
diff --git a/VERSION b/VERSION
index 50ffc5a..26e3379 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.3
+2.0.4 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 833cb5a..9a05fbd 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "2.0.3"
+ VERSION = "2.0.4"
end
end