File tree 2 files changed +11
-3
lines changed
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
5
5
6
6
## [ Unreleased]
7
7
### Added
8
+ ### Changed
9
+ ### Deprecated
10
+ ### Removed
11
+ ### Fixed
12
+ ### Security
13
+
14
+ ## [ 0.14.0] - 2023-05-27
15
+ ### Added
8
16
- Notify group on Laravel package releases.
9
17
### Changed
10
18
- Bump manager to 2.1.
11
19
- Bump core to 0.81.
12
- ### Deprecated
13
20
### Removed
14
- ### Fixed
21
+ - Travis CI webhook.
15
22
### Security
16
23
- Minimum PHP 8.1.
17
24
@@ -124,6 +131,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
124
131
- Extended ` .env.example ` file.
125
132
126
133
[ 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
127
135
[ 0.13.2 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.1...0.13.2
128
136
[ 0.13.1 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.0...0.13.1
129
137
[ 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 29
29
use TelegramBot \TelegramBotManager \BotManager ;
30
30
use Throwable ;
31
31
32
- const VERSION = '0.13.2 ' ;
32
+ const VERSION = '0.14.0 ' ;
33
33
34
34
// Composer autoloader.
35
35
require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments