From a1b2dc8baf871212130e4eb9d2d64216bef2af27 Mon Sep 17 00:00:00 2001 From: Takahiro HIMURA Date: Sun, 28 Nov 2021 02:24:25 +0900 Subject: [PATCH] Version bump: 0.6.1 --- ChangeLog.md | 4 ++++ twitter-conduit.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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