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