We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd72e19 commit d3e5a35Copy full SHA for d3e5a35
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.7.0
4
+
5
+### Added
6
7
+- [Bot API 9.6](https://core.telegram.org/bots/api-changelog#april-3-2026) [#335](https://github.com/atipugin/telegram-bot-ruby/pull/335)
8
9
## 2.6.0
10
11
### Added
lib/telegram/bot/version.rb
@@ -2,6 +2,6 @@
module Telegram
module Bot
- VERSION = '2.6.0'
+ VERSION = '2.7.0'
end
0 commit comments