From 2093cffa2a8e0497d12183178e17cadcc1d0f6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Fri, 25 Dec 2020 21:07:09 +0100 Subject: [PATCH] Version 0.70.1 --- CHANGELOG.md | 11 +++++++++-- src/Telegram.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be2ab830..90b30f453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ### Notes - [:ledger: View file changes][Unreleased] ### Added -- Extra parameter for `Request::sendMessage()` to pass options and return all response objects for split messages. ### Changed ### Deprecated ### Removed ### Fixed -- Ensure download and upload path variables are defined. ### Security +## [0.70.1] - 2020-12-25 +### Notes +- [:ledger: View file changes][0.70.1] +### Added +- Extra parameter for `Request::sendMessage()` to pass options and return all response objects for split messages. (#1163) +### Fixed +- Ensure download and upload path variables are defined. (#1162) + ## [0.70.0] - 2020-12-21 ### Notes - [:ledger: View file changes][0.70.0] ∙ [:page_with_curl: DB migration script][0.70.0-sql-migration] @@ -513,6 +519,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c [Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog [Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop +[0.70.1]: https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1 [0.70.0]: https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0 [0.64.0]: https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0 [0.63.1]: https://github.com/php-telegram-bot/core/compare/0.63.0...0.63.1 diff --git a/src/Telegram.php b/src/Telegram.php index 241a3c907..93d4dd4d4 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -34,7 +34,7 @@ class Telegram * * @var string */ - protected $version = '0.70.0'; + protected $version = '0.70.1'; /** * Telegram API key