mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 11:48:29 +01:00
Version bump
This commit is contained in:
parent
a8de561848
commit
3e5dbdec77
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,4 +1,17 @@
|
||||
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.4.0...main)
|
||||
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.8.0.0...main)
|
||||
|
||||
## [v0.8.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.4.0...v0.8.0.0)
|
||||
|
||||
- Drop support for GHC < 9.4 and hoauth2 < 2.8
|
||||
- Add support for GHC 9.12 and hoauth2-2.15
|
||||
- To align our interfaces with hoauth2-2.15:
|
||||
- Make `OAuth2 {clientSecret}` non-`Maybe`
|
||||
- Replace `OAuthToken` with `TokenResponse`
|
||||
- Replace `Errors` with `TokenResponseError`
|
||||
- Replace `fetchAccessToken{,2}` with `fetchAccessToken{Basic,Post}`
|
||||
|
||||
While technically a major version bump, this change should only affect those
|
||||
users that maintain their own plugins.
|
||||
|
||||
## [v0.7.4.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.3.0...v0.7.4.0)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: yesod-auth-oauth2
|
||||
version: 0.7.4.0
|
||||
version: 0.8.0.0
|
||||
synopsis: OAuth 2.0 authentication plugins
|
||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||
category: Web
|
||||
|
||||
@ -4,10 +4,10 @@ cabal-version: 1.18
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: dc142db361fed3689429889b831a2a76c4bb29da073c24340afacf62d3c14faa
|
||||
-- hash: d595b9569ed34feddc8c41cf6f1f8cabbd8a37fa14b6afeeb24ad651ca689011
|
||||
|
||||
name: yesod-auth-oauth2
|
||||
version: 0.7.4.0
|
||||
version: 0.8.0.0
|
||||
synopsis: OAuth 2.0 authentication plugins
|
||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||
category: Web
|
||||
|
||||
Loading…
Reference in New Issue
Block a user