summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 06:04:02 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 06:04:02 +0000
commit2b0a1a7cf40958e9db4c6704f72cda0edf724b0e (patch)
treec60dfc48898a4c129478149dba151faa12e76887
parentcab5a17089f0a446b3590b83ebbe7f19db7a4da1 (diff)
downloadmixlib-log-2b0a1a7cf40958e9db4c6704f72cda0edf724b0e.tar.gz
Bump version to 3.0.3 by Chef Expeditor3.0.3
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 46f16e6..bad7aed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 3.0.2 -->
-## [v3.0.2](https://github.com/chef/mixlib-log/tree/v3.0.2) (2019-04-23)
+<!-- latest_release 3.0.3 -->
+## [3.0.3](https://github.com/chef/mixlib-log/tree/3.0.3) (2019-06-01)
#### Merged Pull Requests
-- Expand testing / Update GitHub templates [#51](https://github.com/chef/mixlib-log/pull/51) ([tas50](https://github.com/tas50))
+- Add Build Kite PR Testing [#52](https://github.com/chef/mixlib-log/pull/52) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 d9c62ed..282895a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.2 \ No newline at end of file
+3.0.3 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 1217528..91bb4bf 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.2".freeze
+ VERSION = "3.0.3".freeze
end
end