mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-13 16:06:43 +01:00
Version bump
This commit is contained in:
parent
3cac6e2c34
commit
57b8191860
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,9 +1,13 @@
|
|||||||
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.2...master)
|
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.3...master)
|
||||||
|
|
||||||
|
None
|
||||||
|
|
||||||
|
## [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`
|
||||||
|
- Allow aeson-1.5 and hoauth2-1.14
|
||||||
- Add WordPress.com provider
|
- Add WordPress.com provider
|
||||||
[@nbloomf](https://github.com/thoughtbot/yesod-auth-oauth2/pull/130)
|
[@nbloomf](https://github.com/thoughtbot/yesod-auth-oauth2/pull/130)
|
||||||
- Allow aeson-1.5 and hoauth2-1.14
|
|
||||||
- Replace `System.Random` state token generation with `cryptonite`
|
|
||||||
|
|
||||||
## [v0.6.1.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.1...v0.6.1.2)
|
## [v0.6.1.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.1...v0.6.1.2)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: '0.6.1.2' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
version: '0.6.1.3' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
||||||
synopsis: OAuth 2.0 authentication plugins
|
synopsis: OAuth 2.0 authentication plugins
|
||||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||||
category: Web
|
category: Web
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user