File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55
66## [ Unreleased]
77### Added
8+ ### Changed
9+ ### Deprecated
10+ ### Removed
11+ ### Fixed
12+ ### Security
13+
14+ ## [ 0.14.0] - 2023-05-27
15+ ### Added
816- Notify group on Laravel package releases.
917### Changed
1018- Bump manager to 2.1.
1119- Bump core to 0.81.
12- ### Deprecated
1320### Removed
14- ### Fixed
21+ - Travis CI webhook.
1522### Security
1623- Minimum PHP 8.1.
1724
@@ -124,6 +131,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
124131- Extended ` .env.example ` file.
125132
126133[ Unreleased ] : https://github.com/php-telegram-bot/support-bot/compare/master...develop
134+ [ 0.14.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.2...0.14.0
127135[ 0.13.2 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.1...0.13.2
128136[ 0.13.1 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.0...0.13.1
129137[ 0.13.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0
Original file line number Diff line number Diff line change 2929use TelegramBot \TelegramBotManager \BotManager ;
3030use Throwable ;
3131
32- const VERSION = '0.13.2 ' ;
32+ const VERSION = '0.14.0 ' ;
3333
3434// Composer autoloader.
3535require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments