From cfcd8c5210ca800c9da7c1478585509be8d22046 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 3 Feb 2021 11:52:43 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++++- package.yaml | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8d998..5979d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.yaml b/package.yaml index 6f0187a..3d42327 100644 --- a/package.yaml +++ b/package.yaml @@ -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