Bump version to 0.11.2

This commit is contained in:
Tulir Asokan
2022-02-14 18:19:03 +02:00
parent 2fb08d59c7
commit ff995b2149
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
# v0.11.2 (2022-02-??, unreleased)
# v0.11.2 (2022-02-14)
**N.B.** This will be the last release to support Python 3.7. Future versions
will require Python 3.8 or higher. In general, the mautrix bridges will only
support the lowest Python version in the latest Debian or Ubuntu LTS.
### Added
* Added simple fallback message for live location and venue messages from Telegram.
@@ -12,9 +16,11 @@
distinguish them on the Telegram side.
* Improved syncing profile info to room info when using encryption and/or the
`private_chat_profile_meta` config option.
* Removed legacy `community_id` config option.
### Fixed
* Fixed newlines disappearing when bridging channel messages with signatures.
* Fixed login throwing an error if a previous login code expired.
* Fixed bug in v0.11.0 that broke `!tg create`.
# v0.11.1 (2022-01-10)

View File

@@ -1,2 +1,2 @@
__version__ = "0.11.1"
__version__ = "0.11.2"
__author__ = "Tulir Asokan <tulir@maunium.net>"