Drop version back down to 0.7.0.3

This commit is contained in:
Michael "Gilli" Gilliland 2023-01-31 11:39:16 -05:00
parent 5d3cbf8bab
commit be02edc2e8
3 changed files with 8 additions and 7 deletions

View File

@ -1,9 +1,10 @@
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.8.0.0...main)
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.3...main)
## [v0.8.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.2...v0.8.0.0)
## [v0.7.0.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.2...v0.7.0.3)
- Support `hoauth-2.7`, this change is backwards compatible if something other
than `fetchAccessToken` or `fetchAccessToken2` is used build the plugin
- Support `hoauth-2.7`, this change is breaking if something other than
than `fetchAccessToken` or `fetchAccessToken2` is used build the plugin (which
we don't believe to be the case)
## [v0.7.0.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.1...v0.7.0.2)

View File

@ -1,6 +1,6 @@
---
name: yesod-auth-oauth2
version: 0.8.0.0
version: 0.7.0.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: c229d1eb0b08f1ae6fd1489823d0932c2685a678ea4bfe58b940d3ab6269484f
-- hash: 2aa7c7881c27a03f22715aa6db358fc5fe466f5967a09741265bd0f7a999e2b1
name: yesod-auth-oauth2
version: 0.8.0.0
version: 0.7.0.3
synopsis: OAuth 2.0 authentication plugins
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
category: Web