Bumped version to 6.7.0
This commit is contained in:
parent
949017a123
commit
18a3c7ef6f
2 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,12 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [6.7.0] - Unreleased
|
||||||
|
|
||||||
|
This update accompanies the release of the [Telegram Bot API 6.7](https://core.telegram.org/bots/api#april-21-2023).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [6.6.0] - 2023-04-10
|
## [6.6.0] - 2023-04-10
|
||||||
|
|
||||||
This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023).
|
This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023).
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"package": "net.nosial.tgbotlib",
|
"package": "net.nosial.tgbotlib",
|
||||||
"description": "TgBotLib is a library for interacting with the Telegram Bot API",
|
"description": "TgBotLib is a library for interacting with the Telegram Bot API",
|
||||||
"company": "Nosial",
|
"company": "Nosial",
|
||||||
"version": "6.6.0",
|
"version": "6.7.0",
|
||||||
"uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae"
|
"uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue