summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-04-12 14:28:13 +0100
committerThom May <thom@chef.io>2018-04-12 14:28:13 +0100
commit9dffc76f7edd62a689d438be403d3104ff1cc1db (patch)
tree58a0bbc99dae9577a3e24ad72bbd5a435209eb0b
parent9f552d993182ffb63c892a8de8a12b843546e4e8 (diff)
downloadmixlib-authentication-9dffc76f7edd62a689d438be403d3104ff1cc1db.tar.gz
release 1.5.0v1.5.0
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 942e729..74e6b88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@
<!-- release_rollup -->
<!-- latest_stable_release -->
-## [v1.4.3](https://github.com/chef/mixlib-authentication/tree/v1.4.3) (2018-04-12)
+## [v1.5.0](https://github.com/chef/mixlib-authentication/tree/v1.5.0) (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))
@@ -27,4 +27,4 @@
## 1.4.0 (2015-01-19)
-- Add Chef signing protocol version 1.3 \ No newline at end of file
+- Add Chef signing protocol version 1.3
diff --git a/VERSION b/VERSION
index 3c80e4f..bc80560 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.3 \ No newline at end of file
+1.5.0
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index c737004..6b0cac6 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -15,6 +15,6 @@
module Mixlib
module Authentication
- VERSION = "1.4.3"
+ VERSION = "1.5.0"
end
end