summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-22 06:06:30 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-22 06:06:30 +0000
commit2a8334ffdb521958dff3c88df9c97218990295d9 (patch)
tree7ebbfcc924a1071db6620c86a5275945a2032f8b
parent87213334119a6dc3b5c4fd469f4850a74343b984 (diff)
downloadmixlib-log-2a8334ffdb521958dff3c88df9c97218990295d9.tar.gz
Bump version to 3.0.5 by Chef Expeditor3.0.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/log/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e359d10..3187f6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 3.0.4 -->
-## [3.0.4](https://github.com/chef/mixlib-log/tree/3.0.4) (2019-06-01)
+<!-- latest_release 3.0.5 -->
+## [3.0.5](https://github.com/chef/mixlib-log/tree/3.0.5) (2019-07-22)
#### Merged Pull Requests
-- Remove Travis PR Testing [#53](https://github.com/chef/mixlib-log/pull/53) ([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))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Resolve all warnings emitted during testing [#54](https://github.com/chef/mixlib-log/pull/54) ([zenspider](https://github.com/zenspider)) <!-- 3.0.5 -->
- Remove Travis PR Testing [#53](https://github.com/chef/mixlib-log/pull/53) ([tas50](https://github.com/tas50)) <!-- 3.0.4 -->
- Add Build Kite PR Testing [#52](https://github.com/chef/mixlib-log/pull/52) ([tas50](https://github.com/tas50)) <!-- 3.0.3 -->
- Expand testing / Update GitHub templates [#51](https://github.com/chef/mixlib-log/pull/51) ([tas50](https://github.com/tas50)) <!-- 3.0.2 -->
diff --git a/VERSION b/VERSION
index b38ebbf..7da3c16 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.4 \ No newline at end of file
+3.0.5 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 76c810d..254732c 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.4".freeze
+ VERSION = "3.0.5".freeze
end
end