From 7e091b0b98b1ff941f68ad33165206ba5f79cce5 Mon Sep 17 00:00:00 2001 From: "Michael \"Gilli\" Gilliland" Date: Fri, 9 Apr 2021 11:01:46 -0400 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 6 +++++- package.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005d74b..8509faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.3...main) +## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.0...main) + +None + +## [v0.6.3.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.3...v0.6.3.0) - Expose `onDispatchError` and generic `OtherDispatchError` for passthrough log - Don't throw exceptions; handle all errors through the set-message-redirect path diff --git a/package.yaml b/package.yaml index 94e4024..5b68667 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: "0.6.2.3" # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH +version: "0.6.3.0" # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web