File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
16
## [ 4.1.16] ( https://github.com/TheHive-Project/TheHive/milestone/86 ) (2021-12-17)
4
17
5
18
** Implemented enhancements:**
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Dependencies._
2
2
import com .typesafe .sbt .packager .Keys .bashScriptDefines
3
3
import org .thp .ghcl .Milestone
4
4
5
- val thehiveVersion = " 4.1.17-RC4- 1"
5
+ val thehiveVersion = " 4.1.17-1"
6
6
val scala212 = " 2.12.13"
7
7
val scala213 = " 2.13.1"
8
8
val supportedScalaVersions = List (scala212, scala213)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " thehive" ,
3
- "version" : " 4.1.16 -1" ,
3
+ "version" : " 4.1.17 -1" ,
4
4
"license" : " AGPL-3.0" ,
5
5
"dependencies" : {
6
6
"jquery" : " ^3.4.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " thehive" ,
3
- "version" : " 4.1.16 -1" ,
3
+ "version" : " 4.1.17 -1" ,
4
4
"license" : " AGPL-3.0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments