diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4c9cd..0df67ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023). diff --git a/project.json b/project.json index 0229bae..be9eeb2 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.6.0", + "version": "6.7.0", "uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae" }, "build": {