Version bump

This commit is contained in:
Michael Snoyman 2016-03-02 11:08:15 +02:00
parent 169b3a6b44
commit 64cb8980db
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.4.1
* change OAuth Twitter ID, screen_name → user_id [#1168](https://github.com/yesodweb/yesod/pull/1168)
## 1.4.0.2
* Compile with GHC 7.10

View File

@ -117,7 +117,9 @@ authTwitter key secret = authTwitter' key secret "screen_name"
-- | Twitter plugin which uses Twitter's /user_id/ as ID.
--
-- Since 1.4.x.x TODO fix version
-- For more information, see: https://github.com/yesodweb/yesod/pull/1168
--
-- @since 1.4.1
authTwitterUsingUserId :: YesodAuth m
=> ByteString -- ^ Consumer Key
-> ByteString -- ^ Consumer Secret

View File

@ -1,5 +1,5 @@
name: yesod-auth-oauth
version: 1.4.0.2
version: 1.4.1
license: BSD3
license-file: LICENSE
author: Hiromi Ishii