From bb081e8256a6a9695604cd2a8764d3cded3c8405 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 23 Feb 2023 12:55:22 -0500 Subject: [PATCH] Bumped version to 6.5.1 --- CHANGELOG.md | 8 +++++++- project.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c502c..3ac0fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.4.0] - 2023-02-20 +## [6.5.1] - 2023-02-23 + +### Fixed +* Added a null-safe check for `Poll`'s `explanation_entities` field. [#1](https://git.n64.cc/nosial/libs/tgbot/-/issues/1) + + +## [6.5.0] - 2023-02-20 ### Added * First Release diff --git a/project.json b/project.json index 000b882..2157f14 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.5.0", + "version": "6.5.1", "uuid": "b409e036-ab04-11ed-b32e-9d3f57a644ae" }, "build": {