summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 15:59:28 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 15:59:28 +0000
commit6e78b2f7c4e0c710593da896bd347e5443d96d15 (patch)
tree7f7e2364749aff66abcdd683e7aeab30a4242654
parent2b3818ff61a62480e6fdd559ba728ef5c1b710e4 (diff)
downloadmixlib-authentication-6e78b2f7c4e0c710593da896bd347e5443d96d15.tar.gz
Bump version to 2.0.2 by Chef Expeditorv2.0.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
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
-<!-- latest_release 2.0.1 -->
-## [v2.0.1](https://github.com/chef/mixlib-authentication/tree/v2.0.1) (2018-05-31)
+<!-- latest_release 2.0.2 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=2.0.0 -->
### 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)) <!-- 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/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