Skip to content

Commit

Permalink
updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
windka committed Jan 30, 2024
1 parent bd4bd2c commit ef98b5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ef98b5b

Please sign in to comment.