1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00
Этот коммит содержится в:
Max Melentiev
2017-08-11 13:52:19 +03:00
родитель ff7de976d0
Коммит 6abbe5489d
2 изменённых файлов: 8 добавлений и 1 удалений

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

@@ -1,6 +1,13 @@
# Unreleased
# 0.12.0
- New API methods and payload types (up to Bot API 3.2).
- Fix rails 5.1.x support.
- RSpec context for callback_query updates.
- `edit_message` helper.
- ClientStub saves and returns token. Fixes testing multiple bots.
- Raise descriptive error when accessing not-configured bot.
# 0.11.3

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

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