Skip to content

Commit

Permalink
✍️ Version and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySreelal committed Apr 10, 2024
1 parent f6a0c63 commit b11bdee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.15.6

- Added missing methods in the `InlineKeyboard`
- Updated Dart SDK constraints to `>=2.17.7`

# 1.15.5

- Completes the helper class `MessageContentGenerator` for ease of use to create `InputMessageContent`.
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.1!
version: 1.15.5
version: 1.15.6
homepage: https://github.com/HeySreelal/televerse
topics:
- telegram
Expand All @@ -10,7 +10,7 @@ topics:
- bot-framework

environment:
sdk: ">=2.17.7 <4.0.0"
sdk: ">=2.17.7"

dependencies:
dio: ^5.4.0
Expand Down

0 comments on commit b11bdee

Please sign in to comment.