File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,17 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
66## [ Unreleased]
77### Added
88### Changed
9- - Bump core to 0.77.1
10- - Bump service webhook handler
119### Deprecated
1210### Removed
1311### Fixed
1412### Security
1513
14+ ## [ 0.13.2] - 2022-06-04
15+ ### Changed
16+ - Bump core to 0.77.1
17+ ### Fixed
18+ - Bump service webhook handler
19+
1620## [ 0.13.1] - 2022-05-27
1721### Fixed
1822- Trigger the release note for ` released ` action instead of ` published ` .
@@ -116,6 +120,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
116120- Extended ` .env.example ` file.
117121
118122[ Unreleased ] : https://github.com/php-telegram-bot/support-bot/compare/master...develop
123+ [ 0.13.2 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.1...0.13.2
119124[ 0.13.1 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.0...0.13.1
120125[ 0.13.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0
121126[ 0.12.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.11.0...0.12.0
Original file line number Diff line number Diff line change 2828use TelegramBot \TelegramBotManager \BotManager ;
2929use Throwable ;
3030
31- const VERSION = '0.13.1 ' ;
31+ const VERSION = '0.13.2 ' ;
3232
3333// Composer autoloader.
3434require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments