From e5d336c88437bc6fb57102093c96788254f89df8 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 10 Feb 2025 15:48:01 +0300 Subject: [PATCH] Prepare 0.7 release --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60433af..9f4a881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Telegram Bot API for PHP Change Log -## 0.7.0 under development +## 0.7.0 February 10, 2025 -- Enh #136: Minor refactoring of `ObjectFactory` class. -- Enh #138: Remove unused private properties in `PsrTransport` class. - New #139: Add `RawValue` value processor. - Chg #139: Change result of `MethodInterface::getResultType()` to `ValueProcessorInterface`. -- Enh #140: Extract core code from `TelegramBotApi` to internal `Api` class. - Chg #143: Change `FailResult::$errorCode` type to `int|null`. +- Enh #140: Extract core code from `TelegramBotApi` to internal `Api` class. +- Enh #136: Minor refactoring of `ObjectFactory` class. +- Enh #138: Remove unused private properties in `PsrTransport` class. ## 0.6.0 January 24, 2025