We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f99fa commit a8007d5Copy full SHA for a8007d5
docs/source/changelog.rst
@@ -2,6 +2,10 @@
2
Changelog
3
=========
4
5
+[0.18.0] - 2023-03-13
6
+
7
+- Added support for tdlib > 1.8.5. (thanks to @JleMyP)
8
9
[0.17.0] - 2023-01-25
10
11
- Added ``import_contacts`` method. (thanks to @vlad-lf)
telegram/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.17.0'
+__version__ = '0.18.0'
VERSION = __version__
0 commit comments