~gdanix/telegram-bot-simple

8ad8d017dc4cfb72bc6a65f22351a5151df541ef — Andrey Prokopenko 3 years ago a0be742
Release v.0.3.2
3 files changed, 7 insertions(+), 2 deletions(-)

M CHANGELOG.md
M package.yaml
M telegram-bot-simple.cabal
M CHANGELOG.md => CHANGELOG.md +5 -0
@@ 1,3 1,8 @@
0.3.2
---

- Implement forwardMessage API method (see [#35]( https://github.com/fizruk/telegram-bot-simple/pull/35 ));
- Add MarkdownV2 parse mode (see [#33]( https://github.com/fizruk/telegram-bot-simple/pull/33 ));
0.3.1
---


M package.yaml => package.yaml +1 -1
@@ 1,5 1,5 @@
name:                telegram-bot-simple
version:             0.3.1
version:             0.3.2
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.1
version:        0.3.2
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