From 0ebd95c40797ffff2faefd58e3734ca905f1606b Mon Sep 17 00:00:00 2001 From: MBoretto Date: Sun, 29 May 2016 16:42:56 +0200 Subject: [PATCH] preparing release --- README.md | 5 +++-- src/Telegram.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f1f71cf5..ad48b20ac 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,15 @@ and have interactions in a matter of minutes. The Bot can: - retrieve updates with webhook and getUpdate methods. -- supports all types and methods according to Telegram API (6 May 2016). +- supports all types and methods according to Telegram API (25 May 2016). - supports supergroups. - handle commands in chat with other bots. - manage Channel from the bot admin interface. - full support for **inline bots**. - inline keyboard. - Messages, InlineQuery and ChosenInlineQuery are stored in the Database. -- Conversation feature (**new!**) +- *Botan.io* integration and database cache system. (**new!**) +- Conversation feature ----- This code is available on diff --git a/src/Telegram.php b/src/Telegram.php index 64d9ad299..d7405af82 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -30,7 +30,7 @@ class Telegram * * @var string */ - protected $version = '0.32.0'; + protected $version = '0.33.0'; /** * Telegram API key