summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 10:13:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 10:13:23 +0000
commitac1aec1dba1d3831367bb8535f3c4f9b6da2fc3a (patch)
tree9659f64fb66ac39c6229740b5722c8afa702f72d
parent9384e69b748deced867cb544095bb22d8f60e83d (diff)
downloadmixlib-authentication-ac1aec1dba1d3831367bb8535f3c4f9b6da2fc3a.tar.gz
Bump version to 1.4.3 by Expeditorv1.4.3
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7e3959..0b4df17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# mixlib-authentication Changelog
-<!-- latest_release -->
+<!-- latest_release 1.4.3 -->
+## [v1.4.3](https://github.com/chef/mixlib-authentication/tree/v1.4.3) (2018-04-12)
+
+#### Merged Pull Requests
+- Move mixlib-auth debugging to trace level [#32](https://github.com/chef/mixlib-authentication/pull/32) ([thommay](https://github.com/thommay))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=1.4.2 -->
+### Changes since 1.4.2 release
+
+#### Merged Pull Requests
+- Move mixlib-auth debugging to trace level [#32](https://github.com/chef/mixlib-authentication/pull/32) ([thommay](https://github.com/thommay)) <!-- 1.4.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -22,4 +30,4 @@
## 1.4.0 (2015-01-19)
-- Add Chef signing protocol version 1.3
+- Add Chef signing protocol version 1.3 \ No newline at end of file
diff --git a/VERSION b/VERSION
index 9df886c..3c80e4f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.2
+1.4.3 \ No newline at end of file
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index a1d0ffe..c737004 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -15,6 +15,6 @@
module Mixlib
module Authentication
- VERSION = "1.4.2"
+ VERSION = "1.4.3"
end
end