File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1111### Fixed
1212### Security
1313
14+ ## [ 0.13.0] - 2022-03-24
15+ ### Added
16+ - Rule regarding advertisements / job offers.
17+ - Notify about ` php-telegram-bot/fluent-keyboard ` releases.
18+ ### Changed
19+ - Bumped to core 0.76.
20+
1421## [ 0.12.0] - 2021-12-29
1522### Added
1623- Notify about ` php-telegram-bot/inline-keyboard-pagination ` releases.
@@ -101,6 +108,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
101108- Extended ` .env.example ` file.
102109
103110[ Unreleased ] : https://github.com/php-telegram-bot/support-bot/compare/master...develop
111+ [ 0.13.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0
104112[ 0.12.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.11.0...0.12.0
105113[ 0.11.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
106114[ 0.10.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.0
Original file line number Diff line number Diff line change 2828use TelegramBot \TelegramBotManager \BotManager ;
2929use Throwable ;
3030
31- const VERSION = '0.12 .0 ' ;
31+ const VERSION = '0.13 .0 ' ;
3232
3333// Composer autoloader.
3434require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments