summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobb Kidd <robb@thekidds.org>2017-08-17 15:30:33 -0400
committerGitHub <noreply@github.com>2017-08-17 15:30:33 -0400
commitdc892a34b745e0482570af315e7f6f9595d37ea7 (patch)
treefe27472682378e54cc572c3a10e5e8424dbd5f46
parent305d1baf2a103f206b481b48b02c438acf2b0688 (diff)
parentec3de4b9dc86f83c0f3cae354e4d4a05e56b3422 (diff)
downloadmixlib-authentication-dc892a34b745e0482570af315e7f6f9595d37ea7.tar.gz
Merge pull request #23 from chef/ryan/bump-versionv1.4.2
Bump version to 1.4.2
-rw-r--r--CHANGELOG.md15
-rw-r--r--lib/mixlib/authentication/version.rb2
2 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14f1172..6f209c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,5 +2,18 @@
## Unreleased
-## Release: 1.4.0 (1/19/2015)
+## 1.4.2 (2017-08-17)
+
+- fix bug in ordering x_ops_authorization_n headers when headers
+ number more than 9 [dde604f] [#5]
+- fix bug where a constant lookup fails when vendored into other
+ projects [#24]
+- make mixlib-log optional [#21]
+
+## 1.4.1 (2016-06-08)
+
+- testing and style modernization [#13, #14, #15, #18]
+
+## 1.4.0 (2015-01-19)
+
- Add Chef signing protocol version 1.3
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 8a832fd..a1d0ffe 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -15,6 +15,6 @@
module Mixlib
module Authentication
- VERSION = "1.4.1"
+ VERSION = "1.4.2"
end
end