Skip to content

Commit 2e173d3

Browse files
committed
Version 0.13.2
1 parent 638f3fc commit 2e173d3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff 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

public/manager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
use TelegramBot\TelegramBotManager\BotManager;
2929
use Throwable;
3030

31-
const VERSION = '0.13.1';
31+
const VERSION = '0.13.2';
3232

3333
// Composer autoloader.
3434
require_once __DIR__ . '/../vendor/autoload.php';

0 commit comments

Comments
 (0)