1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00
Этот коммит содержится в:
Max Melentiev
2016-05-31 10:56:30 +03:00
родитель 07be01c07d
Коммит 5fef6fb43a
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@@ -1,4 +1,10 @@
# 0.7.0 Unreleased
# 0.7.2
- Bot API 2.1
- Fixed possible crashes when payload type is not supported.
Provides empty session when neither `from` nor `chat` is defined.
# 0.7.0
- New Bot API methods.
- Helpers for inline keyboards, support for callback_query (with contextual actions).

Просмотреть файл

@@ -1,6 +1,6 @@
module Telegram
module Bot
VERSION = '0.7.0'.freeze
VERSION = '0.7.2'.freeze
def self.gem_version
Gem::Version.new VERSION