From 206ab951f2c1698b6b61f34630feb4ca44572baf Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 31 Jan 2022 16:06:34 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 13 ++++++++++++- package.yaml | 2 +- yesod-auth-oauth2.cabal | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea6e8e..d1ad9f2 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.yaml b/package.yaml index b4ef74a..4cb0851 100644 --- a/package.yaml +++ b/package.yaml @@ -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 diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index d1b53c3..100edc1 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -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