From 6e2ad166639eef34ea321aa0ebff79559ac3ab55 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 18 Aug 2022 10:00:07 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 ++++-- package.yaml | 4 ++-- yesod-auth-oauth2.cabal | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2131d0..35c93d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.1...main) +## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.2...main) -None +## [v0.7.0.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.1...v0.7.0.2) + +- Add Auth0 provider ([@hw202207](https://github.com/freckle/yesod-auth-oauth2/pull/162)) ## [v0.7.0.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.7.0.0...v0.7.0.1) diff --git a/package.yaml b/package.yaml index 5065367..3da2790 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: 0.7.0.1 +version: 0.7.0.2 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web @@ -13,7 +13,7 @@ maintainer: engineering@freckle.com github: freckle/yesod-auth-oauth2 homepage: http://github.com/freckle/yesod-auth-oauth2 -extra-source-files: +extra-doc-files: - README.md - CHANGELOG.md diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 83e3a23..2456f48 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -1,13 +1,13 @@ -cabal-version: 1.12 +cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- --- hash: a1a4e1ae0e3bbc0c5aea847e950613465bc5361c9bd1a1beedb20d7259b0ad8f +-- hash: d8816664cb0b39ecb9a3775f44bcd9b4787d0af5d0d3f8565786479461e5ae99 name: yesod-auth-oauth2 -version: 0.7.0.1 +version: 0.7.0.2 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web @@ -20,7 +20,7 @@ maintainer: engineering@freckle.com license: MIT license-file: LICENSE build-type: Simple -extra-source-files: +extra-doc-files: README.md CHANGELOG.md