Skip to content

Commit d3e5a35

Browse files
committed
Bump version
1 parent fd72e19 commit d3e5a35

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 2.6.0
410

511
### Added

lib/telegram/bot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Telegram
44
module Bot
5-
VERSION = '2.6.0'
5+
VERSION = '2.7.0'
66
end
77
end

0 commit comments

Comments
 (0)