diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3ed4193..6a0c8668b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [4.1.22](https://github.com/TheHive-Project/TheHive/milestone/93) (2022-07-01) + +**Implemented enhancements:** + +- [Enhancement] Add check on user role [\#2401](https://github.com/TheHive-Project/TheHive/issues/2401) + +**Fixed bugs:** + +- [Bug] Use dedicated stream topic for stream dispatcher subscription [\#2400](https://github.com/TheHive-Project/TheHive/issues/2400) + ## [4.1.21](https://github.com/TheHive-Project/TheHive/milestone/91) (2022-06-22) **Fixed bugs:** diff --git a/build.sbt b/build.sbt index 818ec7f06..225d4689c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies._ import com.typesafe.sbt.packager.Keys.bashScriptDefines import org.thp.ghcl.Milestone -val thehiveVersion = "4.1.21-1" +val thehiveVersion = "4.1.22-1" val scala212 = "2.12.13" val scala213 = "2.13.1" val supportedScalaVersions = List(scala212, scala213) diff --git a/frontend/bower.json b/frontend/bower.json index 3a05e18c1..ff070a27d 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.21-1", + "version": "4.1.22-1", "license": "AGPL-3.0", "dependencies": { "jquery": "^3.4.1", diff --git a/frontend/package.json b/frontend/package.json index 7a5316e4e..3db886b60 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.21-1", + "version": "4.1.22-1", "license": "AGPL-3.0", "repository": { "type": "git",