summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-01 09:18:39 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-01 09:18:39 +0000
commitf10d975d4e4798c1c8a0cb7e4b36fa95d3f47588 (patch)
tree3ad1b65b077b4d95e31c2705c2d646d96702865a
parentad6fccc0d8c9e967d06fa707d8f8b6055bed5d3f (diff)
downloadmixlib-authentication-f10d975d4e4798c1c8a0cb7e4b36fa95d3f47588.tar.gz
Bump version to 2.1.1 by Chef Expeditorv2.1.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 740a23b..5d4713a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
# mixlib-authentication Changelog
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 2.1.1 -->
+## [v2.1.1](https://github.com/chef/mixlib-authentication/tree/v2.1.1) (2018-06-01)
#### Merged Pull Requests
+- Silence the warning for the default positional args case [#39](https://github.com/chef/mixlib-authentication/pull/39) ([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.1.0 -->
### Changes since 2.1.0 release
+
+#### Merged Pull Requests
+- Silence the warning for the default positional args case [#39](https://github.com/chef/mixlib-authentication/pull/39) ([coderanger](https://github.com/coderanger)) <!-- 2.1.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 7ec1d6d..7c32728 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0
+2.1.1 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 52c860c..3ce814b 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -15,6 +15,6 @@
module Mixlib
module Authentication
- VERSION = "2.1.0"
+ VERSION = "2.1.1"
end
end