Version bump

This commit is contained in:
patrick brisbin 2019-03-09 09:16:17 -05:00
parent 208f497a5a
commit 4f1de3eb85
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.0...master)
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.1...master)
None
## [v0.6.1.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.0...v0.6.1.1)
- Test with GHC 8.6.3, and not 8.2
- Added AzureAD provider
- COMPATIBILITY: Use `hoauth2-1.8.1`
- COMPATIBILITY: Test with GHC 8.6.3, and not 8.2
## [v0.6.1.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.0.0...v0.6.1.0)

View File

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