From eac0490ae8c3de642e459412ccfdbab63b52e62d Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 29 Sep 2024 21:40:43 -0400 Subject: [PATCH] Bumped version to 7.10.0 --- CHANGELOG.md | 3 +++ project.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da02309..301d9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +## [7.10.0] - Ongoing + + ## [6.7.0] - 2023-08-10 This update accompanies the release of the [Telegram Bot API 6.7](https://core.telegram.org/bots/api#april-21-2023). diff --git a/project.json b/project.json index 06ad467..597ca18 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.7.0", + "version": "7.10.0", "uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae" }, "build": {