From 117b20e42e8e73ec4616afecf09a2ef27ba68e9d Mon Sep 17 00:00:00 2001 From: BoShurik Date: Wed, 9 Aug 2023 16:51:42 +0300 Subject: [PATCH] Prepare release --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f448f3..0f532937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `PHP Telegram Bot Api` will be documented in this file -## 2.5.0 - YYYY-MM-DD +## 2.5.0 - 2023-08-09 ### Added - Add missing `protect_content` and `allow_sending_without_reply` parameters to `\TelegramBot\Api\BotApi` methods diff --git a/composer.json b/composer.json index eb8c286b..252b7ea0 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } } }