summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-07 17:56:19 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-07 17:56:19 +0000
commit794817d6dce81ac4263d273143e9ebd0dbaf5e24 (patch)
treec216bb80bb4a9490771d908643098a2743cc3768
parent3486c8da2b8e97fad1f3dd534f0c6d89bac33b83 (diff)
downloadmixlib-config-794817d6dce81ac4263d273143e9ebd0dbaf5e24.tar.gz
Bump version to 3.0.4 by Chef Expeditorv3.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/config/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f271086..5d28872 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.3 -->
-## [3.0.3](https://github.com/chef/mixlib-config/tree/3.0.3) (2019-06-01)
+<!-- latest_release 3.0.4 -->
+## [v3.0.4](https://github.com/chef/mixlib-config/tree/v3.0.4) (2019-08-07)
#### 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))
+- Test on Windows and use the smaller containers [#77](https://github.com/chef/mixlib-config/pull/77) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Test on Windows and use the smaller containers [#77](https://github.com/chef/mixlib-config/pull/77) ([tas50](https://github.com/tas50)) <!-- 3.0.4 -->
- 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 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/config/version.rb b/lib/mixlib/config/version.rb
index c5ae932..6ded113 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.3".freeze
+ VERSION = "3.0.4".freeze
end
end