From ba6256fd0a27c66ee4eaaf5c8ce27fa1208d995b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 31 May 2018 16:51:48 +0000 Subject: Bump version to 2.1.0 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- lib/mixlib/authentication/version.rb | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90359a8..49de468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # mixlib-authentication Changelog - -## [v2.0.2](https://github.com/chef/mixlib-authentication/tree/v2.0.2) (2018-05-31) + +## Unreleased #### 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)) +- bump version to 2.1.0 [#38](https://github.com/chef/mixlib-authentication/pull/38) ([thommay](https://github.com/thommay)) ### Changes since 2.0.0 release #### Merged Pull Requests +- bump version to 2.1.0 [#38](https://github.com/chef/mixlib-authentication/pull/38) ([thommay](https://github.com/thommay)) - 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/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb index 0cc6bf9..52c860c 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -15,6 +15,6 @@ module Mixlib module Authentication - VERSION = "2.0.2" + VERSION = "2.1.0" end end -- cgit v1.2.1