Skip to content

Commit

Permalink
Bump version to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 16, 2023
1 parent 82eaf14 commit 9c2d549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## v0.16.0 (unreleased)
## v0.16.0 (2023-08-16)

* Bumped minimum Go version to 1.20.
* **Breaking change *(util)*** Moved package to [go.mau.fi/util](https://go.mau.fi/util/)
* *(event)* Removed MSC2716 `historical` field in the `m.room.power_levels`
event content struct.
* *(bridge)* Added `--version-json` flag to print bridge version info as JSON.
* *(appservice)* Added option to use custom transaction handler for websocket mode.

## v0.15.4 (2023-07-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.15.4"
const Version = "v0.16.0"

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

0 comments on commit 9c2d549

Please sign in to comment.