diff --git a/CHANGES.md b/CHANGES.md index a6c1ecb..3d2ff87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +1.4 (2022-02-01) +================ + +Features +-------- + +- Allow forwarding of a request to a webhook endpoint. ([\#50](https://github.com/matrix-org/rageshake/issues/50)) + + 1.3 (2022-01-25) ================ diff --git a/changelog.d/50.feature b/changelog.d/50.feature deleted file mode 100644 index b297c26..0000000 --- a/changelog.d/50.feature +++ /dev/null @@ -1 +0,0 @@ -Allow forwarding of a request to a webhook endpoint.