From 5baaf9eda9435bc7d1015189589488852aafb0c6 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 7 Aug 2019 16:50:03 +0000 Subject: Bump version to 3.0.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 3187f6e..3a666f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [3.0.5](https://github.com/chef/mixlib-log/tree/3.0.5) (2019-07-22) + +## [v3.0.6](https://github.com/chef/mixlib-log/tree/v3.0.6) (2019-08-07) #### Merged Pull Requests -- Resolve all warnings emitted during testing [#54](https://github.com/chef/mixlib-log/pull/54) ([zenspider](https://github.com/zenspider)) +- Add windows testing in Buildkite [#56](https://github.com/chef/mixlib-log/pull/56) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add windows testing in Buildkite [#56](https://github.com/chef/mixlib-log/pull/56) ([tas50](https://github.com/tas50)) - Resolve all warnings emitted during testing [#54](https://github.com/chef/mixlib-log/pull/54) ([zenspider](https://github.com/zenspider)) - Remove Travis PR Testing [#53](https://github.com/chef/mixlib-log/pull/53) ([tas50](https://github.com/tas50)) - Add Build Kite PR Testing [#52](https://github.com/chef/mixlib-log/pull/52) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 7da3c16..8ffc1ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.5 \ No newline at end of file +3.0.6 \ No newline at end of file diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb index 254732c..40d04d1 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.5".freeze + VERSION = "3.0.6".freeze end end -- cgit v1.2.1