This commit is contained in:
Half-Shot 2022-06-09 15:01:23 +01:00
parent 58b08c95d4
commit a60acd5227
4 changed files with 11 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "matrix-hookshot"
version = "1.7.2"
version = "1.7.3"
edition = "2021"
[lib]

View File

@ -1 +0,0 @@
Reinstate missing `github` authentication commands in admin room.

View File

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