From a7dce7afa8a432aa531d9c588618c7fba10c5970 Mon Sep 17 00:00:00 2001 From: Takahiro HIMURA Date: Fri, 1 Nov 2019 01:33:33 +0900 Subject: [PATCH] Version bump --- ChangeLog.md | 6 ++++-- twitter-conduit.cabal | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ef45c54..3e3f518 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,10 @@ -## 0.4.0 (wip) +## 0.4.0 -* Changed WithCursor type +* Follow direct message API changes [#65](https://github.com/himura/twitter-conduit/pull/65) [#62](https://github.com/himura/twitter-conduit/pull/62) +* Changed WithCursor type [5b9e9d7a](https://github.com/himura/twitter-conduit/commit/5b9e9d7a13d33327fe637cae8e2359a38fce92b5) * Added type parameter to WithCursor to supports `Text` as the next cursor type. * Changed {previous,next}Cursor in WithCursor to be optional +* Changed APIRequest type to take HTTP Method [f25fd9b3](https://github.com/himura/twitter-conduit/commit/f25fd9b3b860032f384d01b3457ea896e596366b) ## 0.3.0 diff --git a/twitter-conduit.cabal b/twitter-conduit.cabal index ac8877b..a037f85 100644 --- a/twitter-conduit.cabal +++ b/twitter-conduit.cabal @@ -1,5 +1,5 @@ name: twitter-conduit -version: 0.3.0 +version: 0.4.0 license: BSD3 license-file: LICENSE author: HATTORI Hiroki, Hideyuki Tanaka, Takahiro HIMURA