Skip to content

Commit

Permalink
Bump version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 16, 2022
1 parent ea49057 commit 59c47bb
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,4 +1,4 @@
## v0.12.0 (unreleased)
## v0.12.0 (2022-08-16)

* **Breaking change:** Switched `Client.UserTyping` to take a `time.Duration`
instead of raw `int64` milliseconds.
Expand Down Expand Up @@ -29,6 +29,8 @@
* Added wrapper for `/capabilities` endpoint.
* Added `omitempty` markers for lots of structs to make the structs easier to
use on the server side too.
* Added support for registering to-device event handlers via the default
Syncer's `OnEvent` and `OnEventType` methods.
* Fixed `CreateEventContent` using the wrong field name for the room version
field.
* Fixed `StopSync` not immediately cancelling the sync loop if it was sleeping
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package mautrix

const Version = "v0.11.0"
const Version = "v0.12.0"

var DefaultUserAgent = "mautrix-go/" + Version

0 comments on commit 59c47bb

Please sign in to comment.