summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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