Bump major version and mention compatibility concern

This commit is contained in:
Michael "Gilli" Gilliland 2023-01-31 09:50:36 -05:00
parent acbcaaafe3
commit 5ef18d6b45
3 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,9 @@
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.3...main)
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.8.0.0...main)
## [v0.7.0.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.2...v0.7.0.3)
## [v0.8.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.2...v0.8.0.0)
- Support `hoauth-2.7`
- Support `hoauth-2.7`, this change is backwards compatible if something other
than `fetchAccessToken` or `fetchAccessToken2` is used build the plugin
## [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.7.0.2
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

View File

@ -1,13 +1,13 @@
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.35.0.
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6ff32214308580349bea075f2eb01f97fc72598ea3e9a23f77a3e678d9c2c23a
-- hash: c229d1eb0b08f1ae6fd1489823d0932c2685a678ea4bfe58b940d3ab6269484f
name: yesod-auth-oauth2
version: 0.7.0.2
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