diff --git a/ChangeLog.md b/ChangeLog.md index 1199086..fa7c2d6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +## 0.6.1 + +* Export TweetMode (Extended) [#92](https://github.com/himura/twitter-conduit/pull/92) + ## 0.6.0 * Support extended tweets [#83](https://github.com/himura/twitter-conduit/pull/83) diff --git a/twitter-conduit.cabal b/twitter-conduit.cabal index 834b92d..9e5fe1c 100644 --- a/twitter-conduit.cabal +++ b/twitter-conduit.cabal @@ -1,6 +1,6 @@ cabal-version: 1.24 name: twitter-conduit -version: 0.6.0 +version: 0.6.1 license: BSD3 license-file: LICENSE maintainer: Takahiro HIMURA