Skip to content

Commit 28eeed3

Browse files
committed
Version 0.13.0
1 parent 16476a4 commit 28eeed3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1111
### Fixed
1212
### Security
1313

14+
## [0.13.0] - 2022-03-24
15+
### Added
16+
- Rule regarding advertisements / job offers.
17+
- Notify about `php-telegram-bot/fluent-keyboard` releases.
18+
### Changed
19+
- Bumped to core 0.76.
20+
1421
## [0.12.0] - 2021-12-29
1522
### Added
1623
- Notify about `php-telegram-bot/inline-keyboard-pagination` releases.
@@ -101,6 +108,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
101108
- Extended `.env.example` file.
102109

103110
[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
111+
[0.13.0]: https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0
104112
[0.12.0]: https://github.com/php-telegram-bot/support-bot/compare/0.11.0...0.12.0
105113
[0.11.0]: https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
106114
[0.10.0]: https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.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.12.0';
31+
const VERSION = '0.13.0';
3232

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

0 commit comments

Comments
 (0)