CHANGELOG.md in telegram-bot-0.12.0 vs CHANGELOG.md in telegram-bot-0.12.1

- old
+ new

@@ -1,6 +1,13 @@ # Unreleased +# 0.12.1 + +- Fix `set_webhook` rake task for async bots with self-issued certificates. +- Make `#session` raise error when store is not configured, + don't use Rails.cache as fallback for session_store. +- Allow use different sessions for MessageContext. + # 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.