mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Version bump
This commit is contained in:
parent
1411bb5858
commit
46dfc1232a
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,7 +1,16 @@
|
||||
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.1.0...master)
|
||||
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.2.0...master)
|
||||
|
||||
None
|
||||
|
||||
## [v0.5.2.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.1.0...v0.5.2.0)
|
||||
|
||||
- `InvalidProfileResponse` was replaced with different, situation-specific
|
||||
constructors; the exception type is considered internal API, but end-users may
|
||||
see them in logs, or if they (unexpectedly) escape our error-handling
|
||||
- Errors during log-in no longer result in 4XX or 5XX responses; they now
|
||||
redirect to `LoginR` with the exception details logged and something
|
||||
user-appropriate displayed via `setMessage`
|
||||
|
||||
## [v0.5.1.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.0.0...v0.5.1.0)
|
||||
|
||||
- Added GitLab provider
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: yesod-auth-oauth2
|
||||
version: '0.5.1.0' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
||||
version: '0.5.2.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