Bump version to v0.3.1

This commit is contained in:
Tulir Asokan 2022-04-16 23:21:15 +03:00
parent 8e9fd57491
commit 72556a3767
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,9 @@
# unreleased
# v0.3.1 (2022-04-16)
* Added emoji normalization for reactions in both directions to add/remove
variation selector 16 as appropriate.
* Added option to use [MSC2246] async media uploads.
* Fixed custom fields in messages being unencrypted in history syncs.
[MSC2246]: https://github.com/matrix-org/matrix-spec-proposals/pull/2246

View file

@ -66,7 +66,7 @@ var (
var (
// Version is the version number of the bridge. Changed manually when making a release.
Version = "0.3.0"
Version = "0.3.1"
// WAVersion is the version number exposed to WhatsApp. Filled in init()
WAVersion = ""
// VersionString is the bridge version, plus commit information. Filled in init() using the build-time values.