Skip to content

Commit

Permalink
🤖 Changelog & Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySreelal committed Jun 18, 2024
1 parent b4e2444 commit bc4b459
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 1.17.3
# 1.18.0

- 🤖 Bot API 7.5
- Improved context aware methods
- Added `WithID` abstraction

# 1.17.2

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![Pub Version](https://img.shields.io/pub/v/televerse?color=blue&logo=blue)](https://pub.dev/packages/televerse)
![GitHub](https://img.shields.io/github/license/HeySreelal/televerse?color=green)
![](https://shields.io/badge/Latest-Bot%20API%207.4-blue)
![](https://shields.io/badge/Latest-Bot%20API%207.5-blue)

<a href="https://telegram.me/TeleverseDart">
<img src="https://img.shields.io/badge/Telegram%2F@TeleverseDart-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white"/>
Expand All @@ -13,15 +13,15 @@

---

🤖 `Bot API version: Bot API 7.4 (May 28, 2024)`
🤖 `Bot API version: Bot API 7.5 (June 18, 2024)`

Televerse is a powerful, easy-to-use, and highly customizable Telegram bot framework built with Dart programming language. It provides a complete and well-structured API that enables developers to create and deploy complex Telegram bots with ease. Televerse provides a total of 0 dynamic types on its public interface, making it easy for developers to write strictly typed code.

## 🔥 Bot API 7.4 (May 28, 2024)
## 🔥 Bot API 7.5 (June 18, 2024)

In a nutshell, the updates include new Payment system with [Telegram Stars](https://t.me/BotNews/90), support for message effects and expandable blockquotes.
In a nutshell, the updates include new Payment system with [Telegram Stars](https://t.me/BotNews/90). Includes a bunch of new models related to Star Payments and new method to get Bot's Star Payment history. This update also includes support for Business Bots to edit messages as well as accept callback and inline queries.

Checkout [changelog](https://core.telegram.org/bots/api#may-28-2024) for more details! 🚀
Checkout [changelog](https://core.telegram.org/bots/api#june-18-2024) for more details! 🚀

<hr>

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: televerse
description: Televerse lets you create your own efficient Telegram bots with ease in Dart. Supports latest Telegram Bot API - 7.4!
version: 1.17.3
description: Televerse lets you create your own efficient Telegram bots with ease in Dart. Supports latest Telegram Bot API - 7.5!
version: 1.18.0
homepage: https://github.com/HeySreelal/televerse
topics:
- telegram
Expand Down

0 comments on commit bc4b459

Please sign in to comment.