From 8c3329fd7a4c094378ae1fcc4472759cd1575009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Sun, 14 Mar 2021 02:46:57 +0100 Subject: [PATCH] Version 0.9.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be68a2..807c8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,16 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ## [Unreleased] ### Added ### Changed -- Moved to PHP 8. -- Bump to version 0.71 of core. ### Deprecated ### Removed ### Fixed ### Security +## [0.9.0] - 2021-03-14 +### Changed +- Moved to PHP 8. +- Bump to version 0.71 of core. + ## [0.8.0] - 2021-01-01 ### Added - Possibility to set custom Request Client. @@ -76,6 +79,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.9.0]: https://github.com/php-telegram-bot/support-bot/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/php-telegram-bot/support-bot/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/php-telegram-bot/support-bot/compare/0.5.0...0.6.0