From 1fdd1f02079e8949f094ca167f32eb49ac2abe0d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 30 Jul 2018 16:08:38 +0000 Subject: Bump version to 2.0.7 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/log/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f8e41..4791ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.0.6](https://github.com/chef/mixlib-log/tree/v2.0.6) (2018-07-25) + +## [v2.0.7](https://github.com/chef/mixlib-log/tree/v2.0.7) (2018-07-30) #### Merged Pull Requests -- Remove the changelog generator gem [#42](https://github.com/chef/mixlib-log/pull/42) ([tas50](https://github.com/tas50)) +- Test on all the Ruby versions we support [#43](https://github.com/chef/mixlib-log/pull/43) ([tas50](https://github.com/tas50)) ### Changes since 2.0.4 release #### Merged Pull Requests +- Test on all the Ruby versions we support [#43](https://github.com/chef/mixlib-log/pull/43) ([tas50](https://github.com/tas50)) - Remove the changelog generator gem [#42](https://github.com/chef/mixlib-log/pull/42) ([tas50](https://github.com/tas50)) - remove hashrocket syntax [#41](https://github.com/chef/mixlib-log/pull/41) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index 703cec9..6a0ca2d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.6 \ No newline at end of file +2.0.7 \ No newline at end of file diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb index 653a176..c58ff79 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "2.0.6".freeze + VERSION = "2.0.7".freeze end end -- cgit v1.2.1