Update changelog + version

This commit is contained in:
JRoot Junior 2024-02-17 10:21:41 +02:00
parent 53849b01a7
commit 27dddff7f5
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
3 changed files with 12 additions and 3 deletions

View file

@ -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)
===================

View file

@ -1,2 +0,0 @@
Fixed JSON serialization of the :code:`LinkPreviewOptions` class while it is passed
as bot-wide default options.

View file

@ -1,2 +1,2 @@
__version__ = "3.4.0"
__version__ = "3.4.1"
__api_version__ = "7.1"