summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 05:38:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 05:38:23 +0000
commitea1251eb4c5df124a24930b8f8583c7a68eabdf9 (patch)
tree9f7524ef73db9b25f3470ef3197bc9eadba6bc2b
parentd326e29ba38b0ba28b59ca6d09b5938b31c9cf44 (diff)
downloadmixlib-config-ea1251eb4c5df124a24930b8f8583c7a68eabdf9.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/config/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56d5ba4..f271086 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 3.0.2 -->
-## [3.0.2](https://github.com/chef/mixlib-config/tree/3.0.2) (2019-06-01)
+<!-- latest_release 3.0.3 -->
+## [3.0.3](https://github.com/chef/mixlib-config/tree/3.0.3) (2019-06-01)
#### Merged Pull Requests
-- Add BuildKite PR Testing [#75](https://github.com/chef/mixlib-config/pull/75) ([tas50](https://github.com/tas50))
+- Remove Travis PR testing + add foundation team as the project owner [#76](https://github.com/chef/mixlib-config/pull/76) ([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 + add foundation team as the project owner [#76](https://github.com/chef/mixlib-config/pull/76) ([tas50](https://github.com/tas50)) <!-- 3.0.3 -->
- Add BuildKite PR Testing [#75](https://github.com/chef/mixlib-config/pull/75) ([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/config/version.rb b/lib/mixlib/config/version.rb
index 21313f2..c5ae932 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.2".freeze
+ VERSION = "3.0.3".freeze
end
end