summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-07 03:39:48 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-07 03:39:48 +0000
commite9c91314dd842c086003908868f2d0968e84c098 (patch)
tree79d5995983391420044b7cfc1695c5e20b79ded6
parent32a8c4ae7122d793adc4df308393fcb2cbc99cd0 (diff)
downloadmixlib-authentication-e9c91314dd842c086003908868f2d0968e84c098.tar.gz
Bump version to 3.0.3 by Chef Expeditorv3.0.3
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 13ba8be..c2867e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 3.0.2 -->
-## [3.0.2](https://github.com/chef/mixlib-authentication/tree/3.0.2) (2019-06-01)
+<!-- latest_release 3.0.3 -->
+## [v3.0.3](https://github.com/chef/mixlib-authentication/tree/v3.0.3) (2019-08-07)
#### Merged Pull Requests
-- Add BuildKite PR Testing [#47](https://github.com/chef/mixlib-authentication/pull/47) ([tas50](https://github.com/tas50))
+- Update project owner + Remove Travis CI [#48](https://github.com/chef/mixlib-authentication/pull/48) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=3.0.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 d9c62ed..282895a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.2 \ No newline at end of file
+3.0.3 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index cade16a..3de0b56 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.2".freeze
+ VERSION = "3.0.3".freeze
end
end