summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-04-12 14:31:03 +0100
committerThom May <thom@chef.io>2018-04-12 14:31:03 +0100
commit06abb85611d93ce3d3b86822a4d7744683cde762 (patch)
treefe8c27e0b05a8d8cc7d6665121762946400c0106
parent9dffc76f7edd62a689d438be403d3104ff1cc1db (diff)
downloadmixlib-authentication-06abb85611d93ce3d3b86822a4d7744683cde762.tar.gz
actually make this 2.0v2.0.0
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--CHANGELOG.md2
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/authentication/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74e6b88..a417ec6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@
<!-- release_rollup -->
<!-- latest_stable_release -->
-## [v1.5.0](https://github.com/chef/mixlib-authentication/tree/v1.5.0) (2018-04-12)
+## [v2.0.0](https://github.com/chef/mixlib-authentication/tree/v2.0.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))
diff --git a/VERSION b/VERSION
index bc80560..227cea2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.0
+2.0.0
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 6b0cac6..e631d07 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -15,6 +15,6 @@
module Mixlib
module Authentication
- VERSION = "1.5.0"
+ VERSION = "2.0.0"
end
end