mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-02 03:14:38 +01:00
Update changelog and version
This commit is contained in:
parent
a9906d5829
commit
7e091b0b98
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user