From d238c1f3b505b5ab151bedacd04ec12f43d90322 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 30 Oct 2023 10:58:31 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++++- package.yaml | 2 +- yesod-auth-oauth2.cabal | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e28e7..4f6e3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.1...main) +## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.2...main) + +## [v0.7.1.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.1...v0.7.1.2) + +- Support `hoauth2-2.9`. ## [v0.7.1.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.1.0...v0.7.1.1) diff --git a/package.yaml b/package.yaml index 487278c..daaa042 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: 0.7.1.1 +version: 0.7.1.2 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 4211a0d..bc43d7d 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -1,13 +1,13 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack -- --- hash: d5fd59ca1ff45493cd002c9d0e40221e4e48694f9b3749e7a40a57a5e5513193 +-- hash: d17748cda71a5090b2883f761cea3167a59252819da563075e3983a1a248d667 name: yesod-auth-oauth2 -version: 0.7.1.1 +version: 0.7.1.2 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web