From 20fd468dfff3668f779ac80290b3742766755783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Sat, 27 May 2023 21:02:06 +0200 Subject: [PATCH] Version 0.14.0 --- CHANGELOG.md | 12 ++++++++++-- public/manager.php | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538254e..7ee2f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ## [Unreleased] ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.14.0] - 2023-05-27 +### Added - Notify group on Laravel package releases. ### Changed - Bump manager to 2.1. - Bump core to 0.81. -### Deprecated ### Removed -### Fixed +- Travis CI webhook. ### Security - Minimum PHP 8.1. @@ -124,6 +131,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.14.0]: https://github.com/php-telegram-bot/support-bot/compare/0.13.2...0.14.0 [0.13.2]: https://github.com/php-telegram-bot/support-bot/compare/0.13.1...0.13.2 [0.13.1]: https://github.com/php-telegram-bot/support-bot/compare/0.13.0...0.13.1 [0.13.0]: https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0 diff --git a/public/manager.php b/public/manager.php index e4d858d..ac7f000 100644 --- a/public/manager.php +++ b/public/manager.php @@ -29,7 +29,7 @@ use TelegramBot\TelegramBotManager\BotManager; use Throwable; -const VERSION = '0.13.2'; +const VERSION = '0.14.0'; // Composer autoloader. require_once __DIR__ . '/../vendor/autoload.php';