summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-31 01:11:51 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-31 01:11:51 +0000
commitd6f62dc61937bb1210bee7a6b742fa98b043c45e (patch)
tree79be7ca0078f1aa72f11a81609cb3c21fa66261d
parenta721ab468daa216719b0d877c347200cfacd2de7 (diff)
downloadmixlib-authentication-d6f62dc61937bb1210bee7a6b742fa98b043c45e.tar.gz
Bump version to 2.1.3 by Chef Expeditorv2.1.3
-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 c2b69c4..162785f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release 2.1.2 -->
-## [v2.1.2](https://github.com/chef/mixlib-authentication/tree/v2.1.2) (2018-06-26)
+<!-- latest_release 2.1.3 -->
+## [v2.1.3](https://github.com/chef/mixlib-authentication/tree/v2.1.3) (2018-07-31)
#### Merged Pull Requests
-- remove hashrocket syntax [#40](https://github.com/chef/mixlib-authentication/pull/40) ([lamont-granquist](https://github.com/lamont-granquist))
+- Update testing boilerplate [#41](https://github.com/chef/mixlib-authentication/pull/41) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=2.1.1 -->
### Changes since 2.1.1 release
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 8f9174b..abae0d9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.2 \ No newline at end of file
+2.1.3 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index d0e4ce5..8d638a6 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "2.1.2"
+ VERSION = "2.1.3"
end
end