From d6f62dc61937bb1210bee7a6b742fa98b043c45e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 31 Jul 2018 01:11:51 +0000 Subject: Bump version to 2.1.3 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- 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 - -## [v2.1.2](https://github.com/chef/mixlib-authentication/tree/v2.1.2) (2018-06-26) + +## [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)) ### 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)) - remove hashrocket syntax [#40](https://github.com/chef/mixlib-authentication/pull/40) ([lamont-granquist](https://github.com/lamont-granquist)) 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 -- cgit v1.2.1