From ca4bce7052070b043d1cf401118eb64eeefa2581 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 29 Nov 2024 19:18:23 -0500 Subject: [PATCH] Bumped version to 8.0.1 --- CHANGELOG.md | 5 +++++ project.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34c326..f9b3522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [8.0.1] - Ongoing + +This update introduces bug fixes and improvements + + ## [8.0.0] - 2024-11-29 This is a new major update which makes the previous versions of this library deprecated diff --git a/project.json b/project.json index 6275188..21782e3 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": "8.0.0", + "version": "8.0.1", "uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae" }, "build": {