diff --git a/CHANGELOG.md b/CHANGELOG.md index 1572558..206b5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [6.5.4] - Unreleased +## [6.6.0] - Unreleased ### Changed * Removed unused `__destruct()` method from `\TgBotLib\Bot` - -## [6.5.3] - Unreleased - -### Fixed * Added proper construction for `PollOption[]` objects in `TgBotLib\Objects\Telegram > Poll` ## [6.5.2] - 2023-02-26 diff --git a/project.json b/project.json index 8689467..0229bae 100644 --- a/project.json +++ b/project.json @@ -12,7 +12,7 @@ "package": "net.nosial.tgbotlib", "description": "TgBotLib is a library for interacting with the Telegram Bot API", "company": "Nosial", - "version": "6.5.4", + "version": "6.6.0", "uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae" }, "build": {