From f10d975d4e4798c1c8a0cb7e4b36fa95d3f47588 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 1 Jun 2018 09:18:39 +0000 Subject: Bump version to 2.1.1 by Chef Expeditor --- CHANGELOG.md | 8 ++++++-- VERSION | 2 +- lib/mixlib/authentication/version.rb | 2 +- 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 - -## Unreleased + +## [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)) ### 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)) 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 -- cgit v1.2.1