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
b8a6336e55
commit
66b9b6410e
@ -2,7 +2,12 @@
|
||||
|
||||
None
|
||||
|
||||
## [v0.4.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.4.0.0...v0.4.0.1)
|
||||
## [v0.4.1.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.4.0.1...v0.4.1.0)
|
||||
|
||||
- Check for `error`s in callback query params, as described in the
|
||||
[spec](https://tools.ietf.org/html/rfc6749#section-4.1.2.1)
|
||||
|
||||
## [v0.4.0.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.4.0.0...v0.4.0.1)
|
||||
|
||||
- COMPATIBILITY: Allow `http-types-0.12`
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: yesod-auth-oauth2
|
||||
version: '0.4.0.1' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
||||
version: '0.4.1.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