diff --git a/CHANGELOG.md b/CHANGELOG.md index 53eabba..5742d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.65.0][0.65.0] - 2024-02-20 + +1. Support Telegram Bot API v7.1 + * deleteMessages (@Sp3ricka) + * copyMessages (@xjx0106 & @Sp3ricka) + * setMessageReaction (@Sp3ricka) + * forwardMessages (@danielperez9430) + +2. Minor changes: (@danielperez9430) + * Refactor methods order + * Fix copyMessages & setMessageReaction methods + * Added missing tests + * Fix tests for methods copyMessages & getMyDefaulAdministratorRights + ## [0.64.0][0.64.0] - 2023-10-25 1. Replace `request` with a maintained version (@danielperez9430) diff --git a/README.md b/README.md index 649c77d..fd2ee6f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Node.js module to interact with the official [Telegram Bot API](https://core.telegram.org/bots/api). -[![Bot API](https://img.shields.io/badge/Bot%20API-v.6.8-00aced.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) +[![Bot API](https://img.shields.io/badge/Bot%20API-v.7.1-00aced.svg?style=flat-square&logo=telegram)](https://core.telegram.org/bots/api) [![npm package](https://img.shields.io/npm/v/node-telegram-bot-api?logo=npm&style=flat-square)](https://www.npmjs.org/package/node-telegram-bot-api) [![Build Status](https://img.shields.io/travis/yagop/node-telegram-bot-api/master?style=flat-square&logo=travis)](https://travis-ci.org/yagop/node-telegram-bot-api) [![Coverage Status](https://img.shields.io/codecov/c/github/yagop/node-telegram-bot-api?style=flat-square&logo=codecov)](https://codecov.io/gh/yagop/node-telegram-bot-api) diff --git a/package.json b/package.json index b1d552d..8813206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-telegram-bot-api", - "version": "0.64.0", + "version": "0.65.0", "description": "Telegram Bot API", "main": "./index.js", "directories": {