Version bump

This commit is contained in:
patrick brisbin 2018-03-27 19:12:31 -04:00
parent b8a6336e55
commit 66b9b6410e
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425
2 changed files with 7 additions and 2 deletions

View File

@ -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`

View File

@ -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