From 6bb92c5cd77f3c215100b38ed25c52d537db5ec4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 12 Apr 2018 07:45:03 +0000 Subject: Bump version to 2.0.4 by Expeditor --- CHANGELOG.md | 14 +++++++++++--- VERSION | 2 +- lib/mixlib/log/version.rb | 2 +- 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 - + +## [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)) - + +### 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)) @@ -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 -- cgit v1.2.1