From 6e78b2f7c4e0c710593da896bd347e5443d96d15 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 31 May 2018 15:59:28 +0000 Subject: Bump version to 2.0.2 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 4574be1..90359a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # mixlib-authentication Changelog - -## [v2.0.1](https://github.com/chef/mixlib-authentication/tree/v2.0.1) (2018-05-31) + +## [v2.0.2](https://github.com/chef/mixlib-authentication/tree/v2.0.2) (2018-05-31) #### Merged Pull Requests -- Support signing with ssh-agent (round two) [#36](https://github.com/chef/mixlib-authentication/pull/36) ([coderanger](https://github.com/coderanger)) +- Forgot to put sign_version in the opts which would make it nil when p… [#37](https://github.com/chef/mixlib-authentication/pull/37) ([coderanger](https://github.com/coderanger)) ### Changes since 2.0.0 release #### Merged Pull Requests +- Forgot to put sign_version in the opts which would make it nil when p… [#37](https://github.com/chef/mixlib-authentication/pull/37) ([coderanger](https://github.com/coderanger)) - Support signing with ssh-agent (round two) [#36](https://github.com/chef/mixlib-authentication/pull/36) ([coderanger](https://github.com/coderanger)) diff --git a/VERSION b/VERSION index 10bf840..f93ea0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb index 32ae44c..0cc6bf9 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -15,6 +15,6 @@ module Mixlib module Authentication - VERSION = "2.0.1" + VERSION = "2.0.2" end end -- cgit v1.2.1