mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-11 20:42:39 +01:00
Bump version to v0.3.1
This commit is contained in:
parent
8e9fd57491
commit
72556a3767
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# unreleased
|
# v0.3.1 (2022-04-16)
|
||||||
|
|
||||||
* Added emoji normalization for reactions in both directions to add/remove
|
* Added emoji normalization for reactions in both directions to add/remove
|
||||||
variation selector 16 as appropriate.
|
variation selector 16 as appropriate.
|
||||||
* Added option to use [MSC2246] async media uploads.
|
* 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
|
[MSC2246]: https://github.com/matrix-org/matrix-spec-proposals/pull/2246
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -66,7 +66,7 @@ var (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version is the version number of the bridge. Changed manually when making a release.
|
// 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 is the version number exposed to WhatsApp. Filled in init()
|
||||||
WAVersion = ""
|
WAVersion = ""
|
||||||
// VersionString is the bridge version, plus commit information. Filled in init() using the build-time values.
|
// VersionString is the bridge version, plus commit information. Filled in init() using the build-time values.
|
||||||
|
|
Loading…
Reference in a new issue