summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-14 17:33:16 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-14 17:33:16 +0000
commit411b060a681be3badfd2c133a16ea5bd26164b72 (patch)
treeea8202c6108c290daf89f119bb7fe2f3d62442a8
parent9fea5ab52e4802030c876f51b35ac5da47591ce4 (diff)
downloadmixlib-config-411b060a681be3badfd2c133a16ea5bd26164b72.tar.gz
Bump version to 3.0.5 by Chef Expeditorv3.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/config/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d28872..d7f71d6 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.4 -->
-## [v3.0.4](https://github.com/chef/mixlib-config/tree/v3.0.4) (2019-08-07)
+<!-- latest_release 3.0.5 -->
+## [v3.0.5](https://github.com/chef/mixlib-config/tree/v3.0.5) (2019-11-14)
#### 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))
+- Do not crash when loading undefined context from hash [#79](https://github.com/chef/mixlib-config/pull/79) ([marcparadise](https://github.com/marcparadise))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Do not crash when loading undefined context from hash [#79](https://github.com/chef/mixlib-config/pull/79) ([marcparadise](https://github.com/marcparadise)) <!-- 3.0.5 -->
- 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 -->
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/config/version.rb b/lib/mixlib/config/version.rb
index 6ded113..304e97f 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.4".freeze
+ VERSION = "3.0.5".freeze
end
end