From 0b4f249bf46d5e436fbce089797a8b5a64e0971a Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 1 Mar 2024 09:20:06 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 7 ++++++- package.yaml | 2 +- yesod-auth-oauth2.cabal | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7c583..afec968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.3...main) +## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.2.0...main) + +## [v0.7.2.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.3...v0.7.2.0) + +- Add `oauth2GitHubWidget` and `oauth2GitHubScopedWidget` + [@jaanisfehling](https://github.com/freckle/yesod-auth-oauth2/pull/181) ## [v0.7.1.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.2...v0.7.1.3) diff --git a/package.yaml b/package.yaml index bfde2bd..8e07abd 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: 0.7.1.3 +version: 0.7.2.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 a4c187c..57e7c63 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -4,10 +4,10 @@ cabal-version: 1.18 -- -- see: https://github.com/sol/hpack -- --- hash: 207152c226dff43499a366c34fa97543df920deaad084999e3942ae0dc32a30f +-- hash: 0bef4a9a180a48d0f0187fb359f4a27027166f3a0dd3827b76a6accb71753a27 name: yesod-auth-oauth2 -version: 0.7.1.3 +version: 0.7.2.0 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web