diff --git a/Cargo.lock b/Cargo.lock index 64923576c..1c847ac3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "matrix-hookshot" -version = "5.3.0" +version = "5.4.1" dependencies = [ "atom_syndication", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index 344dfefa1..694e3eb45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-hookshot" -version = "5.3.0" +version = "5.4.1" edition = "2021" [lib] diff --git a/package.json b/package.json index 0bb4aa1c7..80739890d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "5.4.0", + "version": "5.4.1", "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", diff --git a/src/config/Config.ts b/src/config/Config.ts index 3884a0c71..27e3df94c 100644 --- a/src/config/Config.ts +++ b/src/config/Config.ts @@ -296,7 +296,6 @@ export interface BridgeGenericWebhooksConfigYAML { waitForComplete?: boolean; enableHttpGet?: boolean; outbound?: boolean; - disallowedIpRanges?: string[]; } export class BridgeConfigGenericWebhooks {