Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Mar 24, 2022
1 parent 16476a4 commit 28eeed3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Fixed
### Security

## [0.13.0] - 2022-03-24
### Added
- Rule regarding advertisements / job offers.
- Notify about `php-telegram-bot/fluent-keyboard` releases.
### Changed
- Bumped to core 0.76.

## [0.12.0] - 2021-12-29
### Added
- Notify about `php-telegram-bot/inline-keyboard-pagination` releases.
Expand Down Expand Up @@ -101,6 +108,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
- Extended `.env.example` file.

[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
[0.13.0]: https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0
[0.12.0]: https://github.com/php-telegram-bot/support-bot/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.0
Expand Down
2 changes: 1 addition & 1 deletion public/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use TelegramBot\TelegramBotManager\BotManager;
use Throwable;

const VERSION = '0.12.0';
const VERSION = '0.13.0';

// Composer autoloader.
require_once __DIR__ . '/../vendor/autoload.php';
Expand Down

0 comments on commit 28eeed3

Please sign in to comment.