diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d8573..c4fe3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +# [15.1.9] - 2024-01-30 +### Added full weblink in response message of getfile. +- see also - [#357](https://github.com/windkh/node-red-contrib-telegrambot/pull/357) + # [15.1.8] - 2024-01-14 ### added setChatAdministratorCustomTitle - [#351](https://github.com/windkh/node-red-contrib-telegrambot/issues/351) diff --git a/README.md b/README.md index fb09109..3852bb0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ If you want to support this free project. Any help is welcome. You can donate by - Dodoooh: for providing the send to topic example flow - MariusSchiffer: for improving documentation - ptath: for providing pullrequest for setChatAdministratorCustomTitle - + - gmag11: for providing pullrequest for enhancing getFile + # Installation [![NPM](https://nodei.co/npm/node-red-contrib-telegrambot.png?downloads=true)](https://nodei.co/npm/node-red-contrib-telegrambot/) diff --git a/package.json b/package.json index 5830fdc..fd289d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-telegrambot", - "version": "15.1.8", + "version": "15.1.9", "description": "Telegram bot nodes for Node-RED", "dependencies": { "bluebird": "^3.7.2",