M CHANGELOG.md => CHANGELOG.md +6 -0
@@ 1,3 1,9 @@
+0.3.1
+---
+
+- Implement sendDocument function support. (see [#31]( https://github.com/fizruk/telegram-bot-simple/pull/31 ));
+- Add Travis CI (see [#32]( https://github.com/fizruk/telegram-bot-simple/pull/32 ));
+- Add MonadFail instance for UpdateParser (see [#27]( https://github.com/fizruk/telegram-bot-simple/pull/27 ));
0.3.0
---
M package.yaml => package.yaml +1 -1
@@ 1,5 1,5 @@
name: telegram-bot-simple
-version: 0.3.0
+version: 0.3.1
github: "fizruk/telegram-bot-simple"
license: BSD3
author: "Nickolay Kudasov"
M telegram-bot-simple.cabal => telegram-bot-simple.cabal +1 -1
@@ 7,7 7,7 @@ cabal-version: 1.12
-- hash: 815631caa1274f24031eaa1ec3c4ea08c75d46b660a0b266eeea28b0f123c325
name: telegram-bot-simple
-version: 0.3.0
+version: 0.3.1
synopsis: Easy to use library for building Telegram bots.
description: Please see the README on Github at <https://github.com/fizruk/telegram-bot-simple#readme>
category: Web