diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d6ea1..c686fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # mixlib-authentication Changelog - -## [v3.1.1](https://github.com/chef/mixlib-authentication/tree/v3.1.1) (2024-12-17) + +## [v3.1.2](https://github.com/chef/mixlib-authentication/tree/v3.1.2) (2024-12-17) #### Merged Pull Requests -- [CI] Drop EOL Rubies [#60](https://github.com/chef/mixlib-authentication/pull/60) ([dafyddcrosby](https://github.com/dafyddcrosby)) +- Migrate from Chefstyle to Cookstyle [#61](https://github.com/chef/mixlib-authentication/pull/61) ([dafyddcrosby](https://github.com/dafyddcrosby)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Migrate from Chefstyle to Cookstyle [#61](https://github.com/chef/mixlib-authentication/pull/61) ([dafyddcrosby](https://github.com/dafyddcrosby)) - [CI] Drop EOL Rubies [#60](https://github.com/chef/mixlib-authentication/pull/60) ([dafyddcrosby](https://github.com/dafyddcrosby)) - 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 50e47c8..6ebad14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.2 \ No newline at end of file diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb index 3c3d787..6b84767 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -16,6 +16,6 @@ module Mixlib module Authentication - VERSION = "3.1.1".freeze + VERSION = "3.1.2".freeze end end