Tulir Asokan 3 жил өмнө
parent
commit
72556a3767
2 өөрчлөгдсөн 3 нэмэгдсэн , 2 устгасан
  1. 2 1
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 1
CHANGELOG.md

@@ -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
 

+ 1 - 1
main.go

@@ -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.