Version bump

This commit is contained in:
patrick brisbin 2021-02-03 11:52:43 -05:00
parent 2f71fc497e
commit cfcd8c5210
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB
2 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,11 @@
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...master)
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.2...main)
None
## [v0.6.2.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...v0.6.2.2)
- Consistent dependencies bounds in all targets
## [v0.6.2.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.0...v0.6.2.1)
- Adjust lower bounds on cryptonite

View File

@ -1,6 +1,6 @@
---
name: yesod-auth-oauth2
version: '0.6.2.1' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
version: '0.6.2.2' # 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
@ -48,16 +48,16 @@ executables:
- -with-rtsopts=-N
dependencies:
- yesod-auth-oauth2
- aeson
- aeson >=0.6 && <1.6
- aeson-pretty
- bytestring
- bytestring >=0.9.1.4
- containers
- http-conduit
- http-conduit >=2.0 && <3.0
- load-env
- text
- text >=0.7 && <2.0
- warp
- yesod
- yesod-auth
- yesod-auth >=1.6.0 && <1.7
when:
- condition: ! '!(flag(example))'
buildable: false