summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 16:51:48 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 16:51:48 +0000
commitba6256fd0a27c66ee4eaaf5c8ce27fa1208d995b (patch)
tree7a366b8eb520fd23640c2c023be0c3692bcdb12d
parentf256df88e330312e332b69f7cbff390198111ced (diff)
downloadmixlib-authentication-ba6256fd0a27c66ee4eaaf5c8ce27fa1208d995b.tar.gz
Bump version to 2.1.0 by Chef Expeditorv2.1.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/mixlib/authentication/version.rb2
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
-<!-- latest_release 2.0.2 -->
-## [v2.0.2](https://github.com/chef/mixlib-authentication/tree/v2.0.2) (2018-05-31)
+<!-- latest_release unreleased -->
+## 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))
<!-- latest_release -->
<!-- release_rollup since=2.0.0 -->
### 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)) <!-- 2.1.0 -->
- 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)) <!-- 2.0.2 -->
- Support signing with ssh-agent (round two) [#36](https://github.com/chef/mixlib-authentication/pull/36) ([coderanger](https://github.com/coderanger)) <!-- 2.0.1 -->
<!-- release_rollup -->
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