summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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