Bumped version to 6.6.0
This commit is contained in:
parent
bfa19191a2
commit
855925d4bd
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue