mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Version bump
This commit is contained in:
parent
8976e193e9
commit
206ab951f2
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,7 +1,18 @@
|
||||
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.4...main)
|
||||
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.0...main)
|
||||
|
||||
None
|
||||
|
||||
## [v0.7.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.4...v0.7.0.0)
|
||||
|
||||
- Support `hoauth2-2.0`
|
||||
|
||||
The `OAuth2` type's fields have changed. If you are not defining your own
|
||||
Local Providers (i.e. you're not constructing any `OAuth2` values) you should
|
||||
not be affected by this change. If you are, you should update to the [new
|
||||
field names][oauth2].
|
||||
|
||||
[oauth2]: https://hackage.haskell.org/package/hoauth2-2.0.0/docs/Network-OAuth-OAuth2-Internal.html#t:OAuth2
|
||||
|
||||
## [v0.6.3.4](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...v0.6.3.4)
|
||||
|
||||
- Remove dependencies upper bounds
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: yesod-auth-oauth2
|
||||
version: 0.6.3.4 # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
||||
version: 0.7.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.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 5f7443ec90d4a2884d1d8816ec553f50fe303c51a6d8ee956fc8d62b49333e60
|
||||
-- hash: 927e814961c7ffd910b2b3e67303b31ae03b2d123db27394ee29cb6756aeb443
|
||||
|
||||
name: yesod-auth-oauth2
|
||||
version: 0.6.3.4
|
||||
version: 0.7.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