summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-15 18:20:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-15 18:20:31 +0000
commitb9c8dbbc5586add1b54fe9d7f4dbc124f191895a (patch)
tree15246b777826cc7e6aa4166b7a3eed1476110a5f
parent2269feb2b74a792352cf9568cd58866e4fbb8ad5 (diff)
downloadmixlib-authentication-b9c8dbbc5586add1b54fe9d7f4dbc124f191895a.tar.gz
Bump version to 3.0.8 by Chef Expeditorv3.0.8
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 ffc7249..81f807f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release -->
+<!-- latest_release 3.0.8 -->
+## [v3.0.8](https://github.com/chef/mixlib-authentication/tree/v3.0.8) (2021-03-15)
+
+#### Merged Pull Requests
+- Split using a string not a regex [#55](https://github.com/chef/mixlib-authentication/pull/55) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.7 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Split using a string not a regex [#55](https://github.com/chef/mixlib-authentication/pull/55) ([tas50](https://github.com/tas50)) <!-- 3.0.8 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 3a8b971..e46454b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.7 \ No newline at end of file
+3.0.8 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 983a666..90dc629 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.7".freeze
+ VERSION = "3.0.8".freeze
end
end