summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 06:54:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 06:54:33 +0000
commitc9e7cd3f1f73f22751ba8a44515ff0422e58e1fe (patch)
tree5db2530a2236f8d57f3775644968508adad4a31f
parentb5eba65a9898df776b86c01e9a980a6291868ce0 (diff)
downloadmixlib-authentication-c9e7cd3f1f73f22751ba8a44515ff0422e58e1fe.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/authentication/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f97226..13ba8be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release -->
+<!-- latest_release 3.0.2 -->
+## [3.0.2](https://github.com/chef/mixlib-authentication/tree/3.0.2) (2019-06-01)
+
+#### Merged Pull Requests
+- Add BuildKite PR Testing [#47](https://github.com/chef/mixlib-authentication/pull/47) ([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 [#47](https://github.com/chef/mixlib-authentication/pull/47) ([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/authentication/version.rb b/lib/mixlib/authentication/version.rb
index b5208f1..99d74d0 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.1"
+ VERSION = "3.0.2"
end
end