diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-31 01:11:51 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-31 01:11:51 +0000 |
commit | d6f62dc61937bb1210bee7a6b742fa98b043c45e (patch) | |
tree | 79be7ca0078f1aa72f11a81609cb3c21fa66261d | |
parent | a721ab468daa216719b0d877c347200cfacd2de7 (diff) | |
download | mixlib-authentication-d6f62dc61937bb1210bee7a6b742fa98b043c45e.tar.gz |
Bump version to 2.1.3 by Chef Expeditorv2.1.3
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/authentication/version.rb | 2 |
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 --> @@ -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 |