Skip to content

Commit

Permalink
Merge pull request #7 from RIPAGlobal/feature/version_bump_2
Browse files Browse the repository at this point in the history
Version Bump to 2.0.0
  • Loading branch information
pond authored Sep 13, 2022
2 parents c609abf + 7b71e79 commit 7777786
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/omniauth/azure_activedirectory_v2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7777786

Please sign in to comment.