summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-19 00:31:56 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-19 00:31:56 +0000
commit1bc2f7a1d1a9e89efe8887eaa8fbe46cdf910453 (patch)
tree828801d45f436138ffaf78880cb7843baf19c7b8
parentcb749d99f09188df94c5caaa22ba1f458178e738 (diff)
downloadmixlib-authentication-1bc2f7a1d1a9e89efe8887eaa8fbe46cdf910453.tar.gz
Bump version to 2.1.5 by Chef Expeditorv2.1.5
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 3256f61..24523e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 2.1.4 -->
-## [v2.1.4](https://github.com/chef/mixlib-authentication/tree/v2.1.4) (2018-08-02)
+<!-- latest_release 2.1.5 -->
+## [v2.1.5](https://github.com/chef/mixlib-authentication/tree/v2.1.5) (2018-12-19)
#### Merged Pull Requests
-- Update codeowners and add github PR template [#43](https://github.com/chef/mixlib-authentication/pull/43) ([tas50](https://github.com/tas50))
+- Only ship the required libraries in the gem artifact [#44](https://github.com/chef/mixlib-authentication/pull/44) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.1.1 -->
### Changes since 2.1.1 release
#### Merged Pull Requests
+- Only ship the required libraries in the gem artifact [#44](https://github.com/chef/mixlib-authentication/pull/44) ([tas50](https://github.com/tas50)) <!-- 2.1.5 -->
- Update codeowners and add github PR template [#43](https://github.com/chef/mixlib-authentication/pull/43) ([tas50](https://github.com/tas50)) <!-- 2.1.4 -->
- Update testing boilerplate [#41](https://github.com/chef/mixlib-authentication/pull/41) ([tas50](https://github.com/tas50)) <!-- 2.1.3 -->
- remove hashrocket syntax [#40](https://github.com/chef/mixlib-authentication/pull/40) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.1.2 -->
diff --git a/VERSION b/VERSION
index c346e7a..c5864dc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.4 \ No newline at end of file
+2.1.5 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 569c16c..8043d90 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "2.1.4"
+ VERSION = "2.1.5"
end
end