summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 05:26:41 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 05:26:41 +0000
commit1794a2e2293b7b8a6e7dbe6fd01e47ed341fe0f2 (patch)
tree2c1fe2ffdaadd5d14011179e7617b3e70db7b0ef
parent325a5fa21463747e1b250795b60978145c9d03c0 (diff)
downloadmixlib-config-1794a2e2293b7b8a6e7dbe6fd01e47ed341fe0f2.tar.gz
Bump version to 3.0.2 by Chef Expeditor3.0.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00fdae2..56d5ba4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 3.0.2 -->
+## [3.0.2](https://github.com/chef/mixlib-config/tree/3.0.2) (2019-06-01)
+
+#### Merged Pull Requests
+- Add BuildKite PR Testing [#75](https://github.com/chef/mixlib-config/pull/75) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Add BuildKite PR Testing [#75](https://github.com/chef/mixlib-config/pull/75) ([tas50](https://github.com/tas50)) <!-- 3.0.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 13d683c..d9c62ed 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.1 \ No newline at end of file
+3.0.2 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index ec13c82..21313f2 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.1".freeze
+ VERSION = "3.0.2".freeze
end
end