mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update changelog + version
This commit is contained in:
parent
53849b01a7
commit
27dddff7f5
3 changed files with 12 additions and 3 deletions
11
CHANGES.rst
11
CHANGES.rst
|
|
@ -16,6 +16,17 @@ Changelog
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
3.4.0 (2024-02-17)
|
||||
===================
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fixed JSON serialization of the :code:`LinkPreviewOptions` class while it is passed
|
||||
as bot-wide default options.
|
||||
`#1418 <https://github.com/aiogram/aiogram/issues/1418>`_
|
||||
|
||||
|
||||
3.4.0 (2024-02-16)
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Fixed JSON serialization of the :code:`LinkPreviewOptions` class while it is passed
|
||||
as bot-wide default options.
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "3.4.0"
|
||||
__version__ = "3.4.1"
|
||||
__api_version__ = "7.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue