Version bump

This commit is contained in:
patrick brisbin 2018-07-30 11:50:24 -04:00
parent 6d0077a534
commit fbbf455678
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.0.0...master)
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.1.0...master)
None
## [v0.5.1.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.0.0...v0.5.1.0)
- Added GitLab provider
- Added properly-named `GitHub` module, deprecated `Github`
- Store `refreshToken` in `credsExtra`
## [v0.5.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.4.1.0...v0.5.0.0)
- COMPATIBILITY: Allow and require yesod-1.6

View File

@ -1,6 +1,6 @@
---
name: yesod-auth-oauth2
version: '0.5.0.0' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
version: '0.5.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