summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-15 18:22:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-15 18:22:06 +0000
commit87f9abb7b9c60249c6f6e49161fd790b8db94ec4 (patch)
tree0d67ea0d5f4998da718e8d4a451144040ee18419
parent152b0891789237c1f88f0410979e92314aa8ed6c (diff)
downloadmixlib-authentication-87f9abb7b9c60249c6f6e49161fd790b8db94ec4.tar.gz
Bump version to 3.0.9 by Chef Expeditorv3.0.9
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 81f807f..f8a9115 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 3.0.8 -->
-## [v3.0.8](https://github.com/chef/mixlib-authentication/tree/v3.0.8) (2021-03-15)
+<!-- latest_release 3.0.9 -->
+## [v3.0.9](https://github.com/chef/mixlib-authentication/tree/v3.0.9) (2021-03-15)
#### Merged Pull Requests
-- Split using a string not a regex [#55](https://github.com/chef/mixlib-authentication/pull/55) ([tas50](https://github.com/tas50))
+- Replace __FILE__ with __dir__ and use safe operators [#54](https://github.com/chef/mixlib-authentication/pull/54) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.7 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Replace __FILE__ with __dir__ and use safe operators [#54](https://github.com/chef/mixlib-authentication/pull/54) ([tas50](https://github.com/tas50)) <!-- 3.0.9 -->
- Split using a string not a regex [#55](https://github.com/chef/mixlib-authentication/pull/55) ([tas50](https://github.com/tas50)) <!-- 3.0.8 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index e46454b..489200c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.8 \ No newline at end of file
+3.0.9 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 90dc629..071479e 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.8".freeze
+ VERSION = "3.0.9".freeze
end
end