diff --git a/CHANGELOG.md b/CHANGELOG.md index b8857f7681..15504cae24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [4.1.20](https://github.com/TheHive-Project/TheHive/milestone/90) (2022-05-16) + +**Implemented enhancements:** + +- [Enhancement] Improve artifact creation from responder operation [\#2383](https://github.com/TheHive-Project/TheHive/issues/2383) +- [Enhancement] Accept operations in analyzer reports [\#2384](https://github.com/TheHive-Project/TheHive/issues/2384) +- [Enhancement] Add queries to filter observables based on the type of object it belongs to [\#2385](https://github.com/TheHive-Project/TheHive/issues/2385) + +**Fixed bugs:** + +- [Bug] Unable to use AWS S3 as storage backend [\#2316](https://github.com/TheHive-Project/TheHive/issues/2316) +- [Bug] Typo on migration elasticsearch http config [\#2374](https://github.com/TheHive-Project/TheHive/issues/2374) + ## [4.1.19](https://github.com/TheHive-Project/TheHive/milestone/89) (2022-04-07) **Implemented enhancements:** diff --git a/build.sbt b/build.sbt index ec7354e37d..ea95e71193 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.19-1" +val thehiveVersion = "4.1.20-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 6dcd9df3c8..6dae84e2a2 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.19-1", + "version": "4.1.20-1", "license": "AGPL-3.0", "dependencies": { "jquery": "^3.4.1", diff --git a/frontend/package.json b/frontend/package.json index 9b26aef3f8..dae4bc7984 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.19-1", + "version": "4.1.20-1", "license": "AGPL-3.0", "repository": { "type": "git",