diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a850da7f..a335819c 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -[unreleased] +[0.9.0] - 2019-04-05 - **Incompatible** default path for files is changed. Now the library uses an md5 hash of the phone number or bot token instead of just a phone number. It should not be noticeable for most cases, but if you rely on locally saved files or database, you need to pass the ``files_directory`` parameter to the ``telegram.client.Telegram``. diff --git a/telegram/__init__.py b/telegram/__init__.py index eb11289f..aa82d92c 100644 --- a/telegram/__init__.py +++ b/telegram/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.8.0' +__version__ = '0.9.0' VERSION = __version__