From 78631edfd95404be090a248ef26f4ff3557638da Mon Sep 17 00:00:00 2001 From: To-om Date: Mon, 24 Jan 2022 18:49:21 +0100 Subject: [PATCH] Release 4.1.17 --- CHANGELOG.md | 13 +++++++++++++ build.sbt | 2 +- frontend/bower.json | 2 +- frontend/package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4936324ce4..2f4aabd88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [4.1.17](https://github.com/TheHive-Project/TheHive/milestone/87) (2022-01-24) + +**Implemented enhancements:** + +- [Enhancement] Improve migration tool by accepting old versions of TheHive [\#2305](https://github.com/TheHive-Project/TheHive/issues/2305) +- Security concern [\#2309](https://github.com/TheHive-Project/TheHive/issues/2309) + +**Fixed bugs:** + +- [Bug] Action 'mergeCase' not mapped in v0 [\#2304](https://github.com/TheHive-Project/TheHive/issues/2304) +- Can't start after upgrade thehive4 (4.1.16-1) over (4.0.0-1) [Bug] [\#2308](https://github.com/TheHive-Project/TheHive/issues/2308) +- [Bug] Notifications are executed several times [\#2317](https://github.com/TheHive-Project/TheHive/issues/2317) + ## [4.1.16](https://github.com/TheHive-Project/TheHive/milestone/86) (2021-12-17) **Implemented enhancements:** diff --git a/build.sbt b/build.sbt index b1459358ea..2e48aaac3f 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.17-RC4-1" +val thehiveVersion = "4.1.17-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 eb85ae583c..a15d4a9538 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.16-1", + "version": "4.1.17-1", "license": "AGPL-3.0", "dependencies": { "jquery": "^3.4.1", diff --git a/frontend/package.json b/frontend/package.json index b0369ef0f4..1c6d916d9e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.16-1", + "version": "4.1.17-1", "license": "AGPL-3.0", "repository": { "type": "git",