Bump version to v0.16.2

This commit is contained in:
Tulir Asokan 2023-11-16 15:14:55 +02:00
commit e606259d3d
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,12 @@
## v0.16.2 (unreleased)
## v0.16.2 (2023-11-16)
* *(event)* Added `Redacts` field to `RedactionEventContent` for room v11+.
* *(event)* Added `ReverseTextToHTML` which reverses the changes made by
`TextToHTML` (i.e. unescapes HTML characters and replaces `<br/>` with `\n`).
* *(bridge)* Added global zerologger to ensure all logs go through the bridge
logger.
* *(bridge)* Changed encryption error messages to be sent in a thread if the
message that failed to decrypt was in a thread.
## v0.16.1 (2023-09-16)

View file

@ -7,7 +7,7 @@ import (
"strings"
)
const Version = "v0.16.1"
const Version = "v0.16.2"
var GoModVersion = ""
var Commit = ""