mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Verison bump
This commit is contained in:
parent
164974525e
commit
53d57b988b
@ -1,6 +1,10 @@
|
||||
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.3.1...master)
|
||||
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.4.0.0...master)
|
||||
|
||||
None
|
||||
|
||||
## [v0.4.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.3.1...v0.4.0.0)
|
||||
|
||||
- COMPATIBILITY: Allow `aeson-1.3`
|
||||
- COMPATIBILITY: Dropped a lot of information from `credsExtra`:
|
||||
|
||||
**TL;DR**: you'll no longer find things like `username` or `email` as keys in
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: yesod-auth-oauth2
|
||||
version: '0.3.1'
|
||||
version: '0.4.0.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