From 06abb85611d93ce3d3b86822a4d7744683cde762 Mon Sep 17 00:00:00 2001 From: Thom May Date: Thu, 12 Apr 2018 14:31:03 +0100 Subject: actually make this 2.0 Signed-off-by: Thom May --- CHANGELOG.md | 2 +- VERSION | 2 +- lib/mixlib/authentication/version.rb | 2 +- 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 @@ -## [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 -- cgit v1.2.1