File tree 2 files changed +8
-3
lines changed
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
6
6
## [ Unreleased]
7
7
### Added
8
8
### Changed
9
- - Bump core to 0.77.1
10
- - Bump service webhook handler
11
9
### Deprecated
12
10
### Removed
13
11
### Fixed
14
12
### Security
15
13
14
+ ## [ 0.13.2] - 2022-06-04
15
+ ### Changed
16
+ - Bump core to 0.77.1
17
+ ### Fixed
18
+ - Bump service webhook handler
19
+
16
20
## [ 0.13.1] - 2022-05-27
17
21
### Fixed
18
22
- 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
116
120
- Extended ` .env.example ` file.
117
121
118
122
[ 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
119
124
[ 0.13.1 ] : https://github.com/php-telegram-bot/support-bot/compare/0.13.0...0.13.1
120
125
[ 0.13.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0
121
126
[ 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 28
28
use TelegramBot \TelegramBotManager \BotManager ;
29
29
use Throwable ;
30
30
31
- const VERSION = '0.13.1 ' ;
31
+ const VERSION = '0.13.2 ' ;
32
32
33
33
// Composer autoloader.
34
34
require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments