summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:20:11 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-26 21:20:11 +0000
commit5799e62ec161d092a29a832d6132015f8a0f5b7f (patch)
tree2177ce539fbfa89aafb86f510b0517436e2263af
parent73b8759f8f29933e9bed04d9c5e26dc71defadac (diff)
downloadmixlib-authentication-5799e62ec161d092a29a832d6132015f8a0f5b7f.tar.gz
Bump version to 2.1.2 by Chef Expeditorv2.1.2
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c972a6e..c2b69c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release -->
+<!-- latest_release 2.1.2 -->
+## [v2.1.2](https://github.com/chef/mixlib-authentication/tree/v2.1.2) (2018-06-26)
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#40](https://github.com/chef/mixlib-authentication/pull/40) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=2.1.1 -->
+### Changes since 2.1.1 release
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#40](https://github.com/chef/mixlib-authentication/pull/40) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.1.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 7c32728..8f9174b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.1 \ No newline at end of file
+2.1.2 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 3ce814b..4f8ae82 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -15,6 +15,6 @@
module Mixlib
module Authentication
- VERSION = "2.1.1"
+ VERSION = "2.1.2"
end
end