File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-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.11.0] - 2021-07-09
15+ ### Changed
16+ - Bumped to core 0.74.
17+ ### Fixed
18+ - GitHub authentication.
19+ - Self-update.
20+
1421## [ 0.10.0] - 2021-06-14
1522### Added
1623- Rules notice to use Pastebin instead of posting code directly.
@@ -88,6 +95,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
8895- Extended ` .env.example ` file.
8996
9097[ Unreleased ] : https://github.com/php-telegram-bot/support-bot/compare/master...develop
98+ [ 0.11.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
99+ [ 0.10.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.0
91100[ 0.9.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.8.0...0.9.0
92101[ 0.8.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.7.0...0.8.0
93102[ 0.7.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0
Original file line number Diff line number Diff line change 2828use TelegramBot \TelegramBotManager \BotManager ;
2929use Throwable ;
3030
31- const VERSION = '0.10 .0 ' ;
31+ const VERSION = '0.11 .0 ' ;
3232
3333// Composer autoloader.
3434require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments