From 47ed64085738cf6bb0107147dc92bcfe1ca13fcb Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 26 Feb 2023 17:43:15 -0500 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac0fb2..1e35ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,20 @@ 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.5.2] - Unreleased + +### Added + * Added dependency `net.nosial.tempfile` to create temporary files when uploading content from memory. + * Added `\TgBotLib\Abstracts > ChatActionType` + + ## [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) + * 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 + * First Release \ No newline at end of file