Version bump

This commit is contained in:
patrick brisbin 2020-09-04 16:57:47 -04:00
parent bfc4c7d469
commit 5d78b889b0
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB
2 changed files with 10 additions and 2 deletions

View File

@ -1,8 +1,16 @@
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.3...master)
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.5...master)
None
## [v0.6.1.5](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.4...v0.6.1.5)
- Update to GHC-8.8, and hoauth2-1.14
- Drop CI-backed support for GHC-8.4
## [v0.6.1.4](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.3...v0.6.1.4)
- Tighten upper bound on hoauth2
## [v0.6.1.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.2...v0.6.1.3)
- Replace `System.Random` state token generation with `cryptonite`

View File

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