Bump version to 0.12.0

This commit is contained in:
Tulir Asokan
2022-08-26 16:22:06 +03:00
parent 85b8f5def7
commit 0289f4b524
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# v0.12.0 (unreleased)
# v0.12.0 (2022-08-26)
**N.B.** This release requires a homeserver with Matrix v1.1 support, which
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.
* Existing bridges can turn it on by enabling `ephemeral_events` and disabling
`sync_with_custom_puppets` in the config, then regenerating the registration
file.
* Updated to API layer 143 so that Telegram would send new message types like
* Updated to API layer 144 so that Telegram would send new message types like
premium stickers to the bridge.
* Updated Docker image to Alpine 3.16 and made it smaller.
+1 -1
View File
@@ -1,2 +1,2 @@
__version__ = "0.11.3"
__version__ = "0.12.0"
__author__ = "Tulir Asokan <tulir@maunium.net>"