Browse Source

Bump version to v0.1.1

Tulir Asokan 2 years ago
parent
commit
69f1793e24
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      main.go

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# unreleased
+# v0.1.1 (2023-02-16)
 
 * Started automatically subscribing to bridged guilds. This fixes two problems:
   * Typing notifications should now work automatically in guilds.

+ 1 - 1
main.go

@@ -173,7 +173,7 @@ func main() {
 		Name:         "mautrix-discord",
 		URL:          "https://github.com/mautrix/discord",
 		Description:  "A Matrix-Discord puppeting bridge.",
-		Version:      "0.1.0",
+		Version:      "0.1.1",
 		ProtocolName: "Discord",
 
 		CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",