summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 06:48:25 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 06:48:25 +0000
commit7e9373f5dd41a9ac258102df01f45bed8467f2f9 (patch)
treeb6cfaf6d879a8805e0d0ec95694e492ee2b00daa
parent41341de63a7fac787051cced99f10684af51d561 (diff)
downloadmixlib-log-7e9373f5dd41a9ac258102df01f45bed8467f2f9.tar.gz
Bump version to 3.0.4 by Chef Expeditor3.0.4
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 bad7aed..e359d10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 3.0.3 -->
-## [3.0.3](https://github.com/chef/mixlib-log/tree/3.0.3) (2019-06-01)
+<!-- latest_release 3.0.4 -->
+## [3.0.4](https://github.com/chef/mixlib-log/tree/3.0.4) (2019-06-01)
#### Merged Pull Requests
-- Add Build Kite PR Testing [#52](https://github.com/chef/mixlib-log/pull/52) ([tas50](https://github.com/tas50))
+- Remove Travis PR Testing [#53](https://github.com/chef/mixlib-log/pull/53) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 282895a..b38ebbf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.3 \ No newline at end of file
+3.0.4 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 91bb4bf..76c810d 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.3".freeze
+ VERSION = "3.0.4".freeze
end
end