Skip to content

Commit 3639eab

Browse files
committed
Version 0.12.0, core 0.75.0
1 parent 0b20ac5 commit 3639eab

File tree

5 files changed

+420
-339
lines changed

5 files changed

+420
-339
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1111
### Fixed
1212
### Security
1313

14+
## [0.12.0] - 2021-12-29
15+
### Added
16+
- Notify about `php-telegram-bot/inline-keyboard-pagination` releases.
17+
### Changed
18+
- Bumped to core 0.75.
19+
1420
## [0.11.0] - 2021-07-09
1521
### Changed
1622
- Bumped to core 0.74.
@@ -95,6 +101,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
95101
- Extended `.env.example` file.
96102

97103
[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
104+
[0.12.0]: https://github.com/php-telegram-bot/support-bot/compare/0.11.0...0.12.0
98105
[0.11.0]: https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
99106
[0.10.0]: https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.0
100107
[0.9.0]: https://github.com/php-telegram-bot/support-bot/compare/0.8.0...0.9.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ext-json": "*",
2222
"ext-pdo": "*",
2323
"php-telegram-bot/telegram-bot-manager": "^1.7",
24-
"longman/telegram-bot": "0.74.0 as 0.73",
24+
"longman/telegram-bot": "0.75.0 as 0.73",
2525
"noplanman/service-webhook-handler": "^0.2",
2626
"vlucas/phpdotenv": "^5.3",
2727
"elvanto/litemoji": "^4.0",

0 commit comments

Comments
 (0)