From bc8adbef833d4be23dc78cb23e6fe44b51ebc34f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 7 Apr 2022 16:22:08 +0000 Subject: Bump version to 3.1.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/authentication/version.rb | 2 +- 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 - -## [v3.0.11](https://github.com/chef/mixlib-authentication/tree/v3.0.11) (2021-06-25) + +## [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 & Test Ruby 3.1 [#59](https://github.com/chef/mixlib-authentication/pull/59) ([poorndm](https://github.com/poorndm)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Remove Ruby 2.4 support & Test Ruby 3.1 [#59](https://github.com/chef/mixlib-authentication/pull/59) ([poorndm](https://github.com/poorndm)) - Upgrade to GitHub-native Dependabot [#57](https://github.com/chef/mixlib-authentication/pull/57) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) 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 -- cgit v1.2.1