summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 19:18:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 19:18:33 +0000
commit1fd2a87d4e0684203bb4e26fd6456e11c321da09 (patch)
tree34affd9bd304790d741d7cb89aed89a12021c204
parent08ce9e5c47af33114454b3d422575990d15d2a05 (diff)
downloadmixlib-authentication-1fd2a87d4e0684203bb4e26fd6456e11c321da09.tar.gz
Bump version to 3.0.7 by Chef Expeditorv3.0.7
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 aac0799..4c01177 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release -->
+<!-- latest_release 3.0.7 -->
+## [v3.0.7](https://github.com/chef/mixlib-authentication/tree/v3.0.7) (2020-08-21)
+
+#### Merged Pull Requests
+- Optimize our requires [#53](https://github.com/chef/mixlib-authentication/pull/53) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Optimize our requires [#53](https://github.com/chef/mixlib-authentication/pull/53) ([tas50](https://github.com/tas50)) <!-- 3.0.7 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 8ffc1ad..3a8b971 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.6 \ No newline at end of file
+3.0.7 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 997cffb..983a666 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.6".freeze
+ VERSION = "3.0.7".freeze
end
end