Skip to content

Commit

Permalink
v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
printercu committed May 12, 2024
1 parent 50fb12a commit b21e9df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased

- Update to Bot API 7.0
# 0.16.2

- Update to Bot API 7.3
- Add `# frozen_string_literal: true` to all source files.

# 0.16.1
Expand Down
2 changes: 1 addition & 1 deletion lib/telegram/bot/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Telegram
module Bot
VERSION = '0.16.1'
VERSION = '0.16.2'

def self.gem_version
Gem::Version.new VERSION
Expand Down
4 changes: 4 additions & 0 deletions spec/telegram/bot/updates_controller/typed_update_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
chat_join_request

# TODO: remove when added to telegram-bot-types
business_connection
business_message
edited_business_message
deleted_business_messages
message_reaction
message_reaction_count
chat_boost
Expand Down

0 comments on commit b21e9df

Please sign in to comment.