From c728f36682ff9b121da9ae3f455c71b64e3eeb49 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 25 Jun 2021 15:34:47 +0000 Subject: Bump version to 3.0.11 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/mixlib/authentication/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be63aa..09b09ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # mixlib-authentication Changelog - + +## [v3.0.11](https://github.com/chef/mixlib-authentication/tree/v3.0.11) (2021-06-25) + +#### 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])) - + +### Changes not yet released to rubygems.org + +#### 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])) diff --git a/VERSION b/VERSION index f1cb5ae..e4a0720 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.10 \ No newline at end of file +3.0.11 \ No newline at end of file diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb index 9410d48..280e045 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -16,6 +16,6 @@ module Mixlib module Authentication - VERSION = "3.0.10".freeze + VERSION = "3.0.11".freeze end end -- cgit v1.2.1