summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 01:51:07 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 01:51:07 +0000
commite7070e48938de7b8207d4a2056c9a7fd8fb7d695 (patch)
tree4be5b407a5258b4b1612b1ee1bb3b1433b1e3832
parent0efc2b72a841f2b01917978874d6493c9d22cb32 (diff)
downloadmixlib-authentication-e7070e48938de7b8207d4a2056c9a7fd8fb7d695.tar.gz
Bump version to 3.0.6 by Chef Expeditorv3.0.6
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/authentication/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70debe8..139c5cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 3.0.5 -->
-## [v3.0.5](https://github.com/chef/mixlib-authentication/tree/v3.0.5) (2019-12-19)
+<!-- latest_release 3.0.6 -->
+## [v3.0.6](https://github.com/chef/mixlib-authentication/tree/v3.0.6) (2019-12-30)
#### Merged Pull Requests
-- Test on Ruby 2.7 + random testing improvements [#51](https://github.com/chef/mixlib-authentication/pull/51) ([tas50](https://github.com/tas50))
+- Substitute require for require_relative [#52](https://github.com/chef/mixlib-authentication/pull/52) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Substitute require for require_relative [#52](https://github.com/chef/mixlib-authentication/pull/52) ([tas50](https://github.com/tas50)) <!-- 3.0.6 -->
- Test on Ruby 2.7 + random testing improvements [#51](https://github.com/chef/mixlib-authentication/pull/51) ([tas50](https://github.com/tas50)) <!-- 3.0.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 7da3c16..8ffc1ad 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.5 \ No newline at end of file
+3.0.6 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 2d0bb0e..997cffb 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.5".freeze
+ VERSION = "3.0.6".freeze
end
end