Version bump

This commit is contained in:
patrick brisbin 2023-11-01 07:44:13 -04:00
parent 7d913b6fea
commit 11948a65c4
No known key found for this signature in database
GPG Key ID: 07BF97A312D7F34C
3 changed files with 9 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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