summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-25 15:34:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-25 15:34:47 +0000
commitc728f36682ff9b121da9ae3f455c71b64e3eeb49 (patch)
tree7f3e8b44e9b1dbfcf8fe312b0bb2157b68c4b011
parenta4ad67758e88e5fa1fa7732d6bc31b97c79bb2ac (diff)
downloadmixlib-authentication-c728f36682ff9b121da9ae3f455c71b64e3eeb49.tar.gz
Bump version to 3.0.11 by Chef Expeditorv3.0.11
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
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
-<!-- latest_release -->
+<!-- latest_release 3.0.11 -->
+## [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]))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.10 -->
+### 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])) <!-- 3.0.11 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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