Skip to content

Commit 78631ed

Browse files
committed
Release 4.1.17
1 parent 3578a49 commit 78631ed

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [4.1.17](https://github.com/TheHive-Project/TheHive/milestone/87) (2022-01-24)
4+
5+
**Implemented enhancements:**
6+
7+
- [Enhancement] Improve migration tool by accepting old versions of TheHive [\#2305](https://github.com/TheHive-Project/TheHive/issues/2305)
8+
- Security concern [\#2309](https://github.com/TheHive-Project/TheHive/issues/2309)
9+
10+
**Fixed bugs:**
11+
12+
- [Bug] Action 'mergeCase' not mapped in v0 [\#2304](https://github.com/TheHive-Project/TheHive/issues/2304)
13+
- 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)
14+
- [Bug] Notifications are executed several times [\#2317](https://github.com/TheHive-Project/TheHive/issues/2317)
15+
316
## [4.1.16](https://github.com/TheHive-Project/TheHive/milestone/86) (2021-12-17)
417

518
**Implemented enhancements:**

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Dependencies._
22
import com.typesafe.sbt.packager.Keys.bashScriptDefines
33
import org.thp.ghcl.Milestone
44

5-
val thehiveVersion = "4.1.17-RC4-1"
5+
val thehiveVersion = "4.1.17-1"
66
val scala212 = "2.12.13"
77
val scala213 = "2.13.1"
88
val supportedScalaVersions = List(scala212, scala213)

frontend/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thehive",
3-
"version": "4.1.16-1",
3+
"version": "4.1.17-1",
44
"license": "AGPL-3.0",
55
"dependencies": {
66
"jquery": "^3.4.1",

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thehive",
3-
"version": "4.1.16-1",
3+
"version": "4.1.17-1",
44
"license": "AGPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)