summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-19 21:23:57 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-19 21:23:57 +0000
commitc151eedf3139b8e1e3199b5ab08d2f4ff200f3b0 (patch)
treea2588a8beaa7dff3012eefc38a42756943069b67
parent35b77497dfbd0a327cac01a173f90cd734ad414f (diff)
downloadmixlib-authentication-c151eedf3139b8e1e3199b5ab08d2f4ff200f3b0.tar.gz
Bump version to 3.0.5 by Chef Expeditorv3.0.5
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 c0a1cdf..70debe8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release -->
+<!-- latest_release 3.0.5 -->
+## [v3.0.5](https://github.com/chef/mixlib-authentication/tree/v3.0.5) (2019-12-19)
+
+#### Merged Pull Requests
+- Test on Ruby 2.7 + random testing improvements [#51](https://github.com/chef/mixlib-authentication/pull/51) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.4 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Test on Ruby 2.7 + random testing improvements [#51](https://github.com/chef/mixlib-authentication/pull/51) ([tas50](https://github.com/tas50)) <!-- 3.0.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index b38ebbf..7da3c16 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.4 \ No newline at end of file
+3.0.5 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index f55fb32..2d0bb0e 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.4".freeze
+ VERSION = "3.0.5".freeze
end
end