Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Nov 20, 2023
1 parent f8b71ea commit 4f88110
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 9 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/819.misc

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/821.misc

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/826.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/830.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/839.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/843.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4f88110

Please sign in to comment.