Skip to content

Commit

Permalink
Bump version to v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 16, 2023
1 parent d8e28be commit e606259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

const Version = "v0.16.1"
const Version = "v0.16.2"

var GoModVersion = ""
var Commit = ""
Expand Down

0 comments on commit e606259

Please sign in to comment.