1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00
Этот коммит содержится в:
Max Melentiev
2019-06-30 21:15:53 +03:00
родитель 68ec0257bd
Коммит ca4ea9e6cb
2 изменённых файлов: 9 добавлений и 1 удалений

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

@@ -1,8 +1,16 @@
# Unreleased
# 0.14.2
- Add reply helpers: `answer_pre_checkout_query`, `answer_shipping_query`.
- Update to Bot API 4.3.
# 0.14.1
- Read config from secrets when credentials don't provide it in rails >= 5.2.
- Remove botan.io support. It's already shut down, so it should not be a braking change.
https://github.com/botanio/sdk#this-service-will-be-shut-down-on-25th-may-2018
- Update to Bot API 4.1.
# 0.14.0

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

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