From 28eeed3bffdf3f709b581ed5b39a3c3102655cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Thu, 24 Mar 2022 22:14:33 +0100 Subject: [PATCH] Version 0.13.0 --- CHANGELOG.md | 8 ++++++++ public/manager.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7d283..abbf437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/public/manager.php b/public/manager.php index fd0e813..9f0ec56 100644 --- a/public/manager.php +++ b/public/manager.php @@ -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';