diff --git a/CHANGELOG.md b/CHANGELOG.md index afec968..4c2aabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.2.0...main) +## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.3.0...main) + +## [v0.7.3.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.2.0...v0.7.3.0) + +- Add ORCID provider +- Drop support for LTS-12 / GHC-8.6 +- Replace `cryptonite` with `crypton` ## [v0.7.2.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.3...v0.7.2.0) diff --git a/package.yaml b/package.yaml index 568b8c8..4bd676c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: 0.7.2.0 +version: 0.7.3.0 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index e290011..dafcfb7 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -4,10 +4,10 @@ cabal-version: 1.18 -- -- see: https://github.com/sol/hpack -- --- hash: e92a1426ba46aee8b456d3b2454bcee06ae044afd5e1bb7b0d50641568b576ac +-- hash: 148c53a7824b23fa36ce45e0641e643edec0da339f201937f076327d06b2054a name: yesod-auth-oauth2 -version: 0.7.2.0 +version: 0.7.3.0 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web