From a60acd5227fe4fe4da6d2ca4057dbf0b72730fb2 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 9 Jun 2022 15:01:23 +0100 Subject: [PATCH] 1.7.3 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- changelog.d/372.bugfix | 1 - package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/372.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0f9b75..303ae77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.7.3 (2022-06-09) +================== + +Bugfixes +-------- + +- Reinstate missing `github` authentication commands in admin room. ([\#372](https://github.com/matrix-org/matrix-hookshot/issues/372)) + + 1.7.2 (2022-06-08) ================== diff --git a/Cargo.toml b/Cargo.toml index 39f205d2..5f6e9e2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-hookshot" -version = "1.7.2" +version = "1.7.3" edition = "2021" [lib] diff --git a/changelog.d/372.bugfix b/changelog.d/372.bugfix deleted file mode 100644 index dc2c18b2..00000000 --- a/changelog.d/372.bugfix +++ /dev/null @@ -1 +0,0 @@ -Reinstate missing `github` authentication commands in admin room. diff --git a/package.json b/package.json index 323c6437..dbaa0267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "1.7.2", + "version": "1.7.3", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "main": "lib/app.js", "repository": "https://github.com/matrix-org/matrix-hookshot",