This commit is contained in:
Andrew Ferrazzutti 2023-11-20 09:16:31 -05:00
parent f8b71ea8b2
commit e808002ad7
10 changed files with 34 additions and 11 deletions

View File

@ -1,3 +1,34 @@
4.6.0 (2023-11-20)
==================
Features
--------
- Add new `webhookResponse` field to the transformation API to specify your own response data. See the documentation for help. ([\#839](https://github.com/matrix-org/matrix-hookshot/issues/839))
Bugfixes
--------
- Fix version picker on docs site not loading. ([\#843](https://github.com/matrix-org/matrix-hookshot/issues/843))
Improved Documentation
----------------------
- Add note about GitHub token scope for private vs. public repo notifications ([\#830](https://github.com/matrix-org/matrix-hookshot/issues/830))
Internal Changes
----------------
- Update the release script to check for consistency between Node & Rust package versions. ([\#819](https://github.com/matrix-org/matrix-hookshot/issues/819))
- Chart version 0.1.14
Do not populate optional values in default helm config, as default values are not valid. ([\#821](https://github.com/matrix-org/matrix-hookshot/issues/821))
- Release chart version 0.1.15.
Sample config now comments out optional parameters by default. ([\#826](https://github.com/matrix-org/matrix-hookshot/issues/826))
4.5.1 (2023-09-26)
==================

2
Cargo.lock generated
View File

@ -727,7 +727,7 @@ dependencies = [
[[package]]
name = "matrix-hookshot"
version = "4.5.1"
version = "4.6.0"
dependencies = [
"atom_syndication",
"contrast",

View File

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

View File

@ -1 +0,0 @@
Update the release script to check for consistency between Node & Rust package versions.

View File

@ -1,2 +0,0 @@
Chart version 0.1.14
Do not populate optional values in default helm config, as default values are not valid.

View File

@ -1,2 +0,0 @@
Release chart version 0.1.15.
Sample config now comments out optional parameters by default.

View File

@ -1 +0,0 @@
Add note about GitHub token scope for private vs. public repo notifications

View File

@ -1 +0,0 @@
Add new `webhookResponse` field to the transformation API to specify your own response data. See the documentation for help.

View File

@ -1 +0,0 @@
Fix version picker on docs site not loading.

View File

@ -1,6 +1,6 @@
{
"name": "matrix-hookshot",
"version": "4.5.1",
"version": "4.6.0",
"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",