Skip to content

Commit 0289f4b

Browse files
committed
Bump version to 0.12.0
1 parent 85b8f5d commit 0289f4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.12.0 (unreleased)
1+
# v0.12.0 (2022-08-26)
22

33
**N.B.** This release requires a homeserver with Matrix v1.1 support, which
44
bumps up the minimum homeserver versions to Synapse 1.54 and Dendrite 0.8.7.
@@ -51,7 +51,7 @@ Minimum Conduit version remains at 0.4.0.
5151
* Existing bridges can turn it on by enabling `ephemeral_events` and disabling
5252
`sync_with_custom_puppets` in the config, then regenerating the registration
5353
file.
54-
* Updated to API layer 143 so that Telegram would send new message types like
54+
* Updated to API layer 144 so that Telegram would send new message types like
5555
premium stickers to the bridge.
5656
* Updated Docker image to Alpine 3.16 and made it smaller.
5757

mautrix_telegram/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.11.3"
1+
__version__ = "0.12.0"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"

0 commit comments

Comments
 (0)