summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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