From 411e8b0088341ce54f2b4ee0b734ac4ef3e12096 Mon Sep 17 00:00:00 2001 From: To-om Date: Tue, 22 Dec 2020 15:37:49 +0100 Subject: [PATCH] Prepare release --- CHANGELOG.md | 22 +++++++++++++++++++++- build.sbt | 2 +- frontend/bower.json | 2 +- frontend/package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6646e61d..4cbab6d666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [4.0.3](https://github.com/TheHive-Project/TheHive/milestone/66) (2020-12-22) + +**Implemented enhancements:** + +- Providing output details for Responders [\#1293](https://github.com/TheHive-Project/TheHive/issues/1293) +- [Enhancement] Change artifacts by observables on the onMouseOver tooltip of the eye icon of observable [\#1695](https://github.com/TheHive-Project/TheHive/issues/1695) +- [Bug] Enhance support of S3 for attachment storage [\#1705](https://github.com/TheHive-Project/TheHive/issues/1705) +- Update the headers of basic info sections [\#1710](https://github.com/TheHive-Project/TheHive/issues/1710) +- [Enhancement] Add poll duration config for UI Stream [\#1720](https://github.com/TheHive-Project/TheHive/issues/1720) + +**Fixed bugs:** + +- [Bug] MISP filters are not correctly implemented [\#1685](https://github.com/TheHive-Project/TheHive/issues/1685) +- [Bug] The query "getObservable" doesn't work for alert observables [\#1691](https://github.com/TheHive-Project/TheHive/issues/1691) +- Click analyzers mini-report does not load the full report [\#1694](https://github.com/TheHive-Project/TheHive/issues/1694) +- [TH4] Import file observable in gui generate error [\#1697](https://github.com/TheHive-Project/TheHive/issues/1697) +- [Bug] Cannot search for alerts per observables [\#1707](https://github.com/TheHive-Project/TheHive/issues/1707) +- [Bug] Serialization problem in cluster mode [\#1708](https://github.com/TheHive-Project/TheHive/issues/1708) +- [Bug] Issue with sorting [\#1716](https://github.com/TheHive-Project/TheHive/issues/1716) +- [Bug] Identical URL Observables can be added multiple times to the same case [\#1718](https://github.com/TheHive-Project/TheHive/issues/1718) + ## [4.0.2](https://github.com/TheHive-Project/TheHive/milestone/64) (2020-11-20) **Implemented enhancements:** @@ -218,7 +239,6 @@ - A (received) Shared Case is displayed as sender/owner [\#1245](https://github.com/TheHive-Project/TheHive/issues/1245) - FR: Alignment of case custom-fields (metrics) [\#1246](https://github.com/TheHive-Project/TheHive/issues/1246) - Add information about the age of a Case [\#1257](https://github.com/TheHive-Project/TheHive/issues/1257) -- Providing output details for Responders [\#1293](https://github.com/TheHive-Project/TheHive/issues/1293) - Add support to multi-factor authentication [\#1303](https://github.com/TheHive-Project/TheHive/issues/1303) - Add support to webhooks [\#1306](https://github.com/TheHive-Project/TheHive/issues/1306) diff --git a/build.sbt b/build.sbt index e4fa911b8b..d3fb4daeb0 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.0.2-1" +val thehiveVersion = "4.0.3-1" val scala212 = "2.12.12" val scala213 = "2.13.1" val supportedScalaVersions = List(scala212, scala213) diff --git a/frontend/bower.json b/frontend/bower.json index 26f486b888..ba58fd6409 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.0.2-1", + "version": "4.0.3-1", "license": "AGPL-3.0", "dependencies": { "jquery": "^3.4.1", diff --git a/frontend/package.json b/frontend/package.json index d1bca2f2ce..963e781297 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.0.2-1", + "version": "4.0.3-1", "license": "AGPL-3.0", "repository": { "type": "git",