From 594ca54836beda32f8d8ed0eae1248d14f9a93c9 Mon Sep 17 00:00:00 2001 From: irazasyed Date: Tue, 14 Feb 2023 18:23:45 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 974e31a..4ba0b78 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to `telegram` will be documented in this file +## 4.0.0 - 2023-02-14 + +### What's Changed + +- Fix Chunk method error by @faissaloux in https://github.com/laravel-notification-channels/telegram/pull/163 +- Add escapedLine() method to TelegramMessage by @ziming in https://github.com/laravel-notification-channels/telegram/pull/168 +- Laravel 10.x Compatibility by @laravel-shift in https://github.com/laravel-notification-channels/telegram/pull/167 +- Drop support for PHP `< 8.1`. + +### New Contributors + +- @ziming made their first contribution in https://github.com/laravel-notification-channels/telegram/pull/168 +- @laravel-shift made their first contribution in https://github.com/laravel-notification-channels/telegram/pull/167 + +**Full Changelog**: https://github.com/laravel-notification-channels/telegram/compare/3.0.0...4.0.0 + ## 3.0 - 2022-11-19 ### What's Changed