summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-31 23:26:03 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-31 23:26:03 +0000
commitcecd66da89645e917a06c86e1d1a72605ac24f6a (patch)
treef400f48a8238c45c4933fa3701b2e1e205e96c4e
parent0c7c1229dbeefc8ee52dc36f35284233a3c0a80c (diff)
downloadmixlib-authentication-cecd66da89645e917a06c86e1d1a72605ac24f6a.tar.gz
Bump version to 3.0.4 by Chef Expeditorv3.0.4
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2867e7..da23586 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 3.0.3 -->
-## [v3.0.3](https://github.com/chef/mixlib-authentication/tree/v3.0.3) (2019-08-07)
+<!-- latest_release 3.0.4 -->
+## [v3.0.4](https://github.com/chef/mixlib-authentication/tree/v3.0.4) (2019-10-31)
#### Merged Pull Requests
-- Update project owner + Remove Travis CI [#48](https://github.com/chef/mixlib-authentication/pull/48) ([tas50](https://github.com/tas50))
+- Update mixlib-log requirement from ~&gt; 2 to ~&gt; 3 [#50](https://github.com/chef/mixlib-authentication/pull/50) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update mixlib-log requirement from ~&gt; 2 to ~&gt; 3 [#50](https://github.com/chef/mixlib-authentication/pull/50) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 3.0.4 -->
- Update project owner + Remove Travis CI [#48](https://github.com/chef/mixlib-authentication/pull/48) ([tas50](https://github.com/tas50)) <!-- 3.0.3 -->
- Add BuildKite PR Testing [#47](https://github.com/chef/mixlib-authentication/pull/47) ([tas50](https://github.com/tas50)) <!-- 3.0.2 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 282895a..b38ebbf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.3 \ No newline at end of file
+3.0.4 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 3de0b56..f55fb32 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.3".freeze
+ VERSION = "3.0.4".freeze
end
end