From 7b71e796bc01398a37040f7bd91b66c42d3dd8ff Mon Sep 17 00:00:00 2001 From: Jesse Whitham Date: Wed, 14 Sep 2022 10:49:02 +1200 Subject: [PATCH] Version Bump to 2.0.0 --- CHANGELOG.md | 8 ++++++++ lib/omniauth/azure_activedirectory_v2/version.rb | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efe40e..234e98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## v2.0.0 (2022-09-14) + +Makes compatible with OmniAuth 2 and requires it. + +Note: https://github.com/RIPAGlobal/omniauth-azure-activedirectory-v2/pull/6 for reasoning - Thanks @jessieay + +_Major version bump as no longer supports Omniauth 1._ + ## v1.0.0 (2020-09-25) Removes use of the https://graph.microsoft.com/v1.0/me API. diff --git a/lib/omniauth/azure_activedirectory_v2/version.rb b/lib/omniauth/azure_activedirectory_v2/version.rb index c4fe369..8543dba 100644 --- a/lib/omniauth/azure_activedirectory_v2/version.rb +++ b/lib/omniauth/azure_activedirectory_v2/version.rb @@ -2,8 +2,8 @@ module Omniauth module Azure module Activedirectory module V2 - VERSION = "1.0.0" - DATE = "2020-09-25" + VERSION = "2.0.0" + DATE = "2022-09-14" end end end