mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
4.6.0
This commit is contained in:
parent
f8b71ea8b2
commit
e808002ad7
31
CHANGELOG.md
31
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -727,7 +727,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "matrix-hookshot"
|
||||
version = "4.5.1"
|
||||
version = "4.6.0"
|
||||
dependencies = [
|
||||
"atom_syndication",
|
||||
"contrast",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "matrix-hookshot"
|
||||
version = "4.5.1"
|
||||
version = "4.6.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
@ -1 +0,0 @@
|
||||
Update the release script to check for consistency between Node & Rust package versions.
|
@ -1,2 +0,0 @@
|
||||
Chart version 0.1.14
|
||||
Do not populate optional values in default helm config, as default values are not valid.
|
@ -1,2 +0,0 @@
|
||||
Release chart version 0.1.15.
|
||||
Sample config now comments out optional parameters by default.
|
@ -1 +0,0 @@
|
||||
Add note about GitHub token scope for private vs. public repo notifications
|
@ -1 +0,0 @@
|
||||
Add new `webhookResponse` field to the transformation API to specify your own response data. See the documentation for help.
|
@ -1 +0,0 @@
|
||||
Fix version picker on docs site not loading.
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user