diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6e3d3..1e7c583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.2...main) +## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.3...main) + +## [v0.7.1.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.2...v0.7.1.3) + +- Add support (with caveats) for relative approots + [@cptrodolfox](https://github.com/freckle/yesod-auth-oauth2/pull/178) ## [v0.7.1.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.1...v0.7.1.2) diff --git a/package.yaml b/package.yaml index daaa042..bfde2bd 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: 0.7.1.2 +version: 0.7.1.3 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 bc43d7d..a4c187c 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: d17748cda71a5090b2883f761cea3167a59252819da563075e3983a1a248d667 +-- hash: 207152c226dff43499a366c34fa97543df920deaad084999e3942ae0dc32a30f name: yesod-auth-oauth2 -version: 0.7.1.2 +version: 0.7.1.3 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web