summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-07 16:22:08 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-07 16:22:08 +0000
commitbc8adbef833d4be23dc78cb23e6fe44b51ebc34f (patch)
tree129761fbb956772bf0e4f2e5c61db0c0a61cde5d
parentcd14b7d85b87e68aaae03a763bed514730977a46 (diff)
downloadmixlib-authentication-bc8adbef833d4be23dc78cb23e6fe44b51ebc34f.tar.gz
Bump version to 3.1.0 by Chef ExpeditorHEADv3.1.0main
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 09b09ab..ca527a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 3.0.11 -->
-## [v3.0.11](https://github.com/chef/mixlib-authentication/tree/v3.0.11) (2021-06-25)
+<!-- latest_release 3.1.0 -->
+## [v3.1.0](https://github.com/chef/mixlib-authentication/tree/v3.1.0) (2022-04-07)
#### Merged Pull Requests
-- Upgrade to GitHub-native Dependabot [#57](https://github.com/chef/mixlib-authentication/pull/57) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
+- Remove Ruby 2.4 support &amp; Test Ruby 3.1 [#59](https://github.com/chef/mixlib-authentication/pull/59) ([poorndm](https://github.com/poorndm))
<!-- latest_release -->
<!-- release_rollup since=3.0.10 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove Ruby 2.4 support &amp; Test Ruby 3.1 [#59](https://github.com/chef/mixlib-authentication/pull/59) ([poorndm](https://github.com/poorndm)) <!-- 3.1.0 -->
- Upgrade to GitHub-native Dependabot [#57](https://github.com/chef/mixlib-authentication/pull/57) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.11 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index e4a0720..a0cd9f0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.11 \ No newline at end of file
+3.1.0 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 280e045..db01d95 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.11".freeze
+ VERSION = "3.1.0".freeze
end
end