Skip to content

Commit 9840655

Browse files
committed
Release 4.1.24
1 parent 6f1bdda commit 9840655

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Change Log
22

3-
## [4.1.23](https://github.com/TheHive-Project/TheHive/milestone/94) (2022-07-22)
3+
## [4.1.24](https://github.com/TheHive-Project/TheHive/milestone/95) (2022-09-12)
44

55
**Fixed bugs:**
66

7-
- [Bug] system user can be deleted by integrity checks [\#2406](https://github.com/TheHive-Project/TheHive/issues/2406)
7+
- [Bug] All analyzers become unavailable when an analyzer is updated [\#2420](https://github.com/TheHive-Project/TheHive/issues/2420)
8+
9+
## [4.1.23](https://github.com/TheHive-Project/TheHive/milestone/94) (2022-08-30)
810

11+
**Fixed bugs:**
12+
13+
- [Bug] system user can be deleted by integrity checks [\#2406](https://github.com/TheHive-Project/TheHive/issues/2406)
914

1015
## [4.1.22](https://github.com/TheHive-Project/TheHive/milestone/93) (2022-07-01)
1116

build.sbt

Lines changed: 1 addition & 1 deletion
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.23-1"
5+
val thehiveVersion = "4.1.24-1"
66
val scala212 = "2.12.13"
77
val scala213 = "2.13.1"
88
val supportedScalaVersions = List(scala212, scala213)

frontend/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thehive",
3-
"version": "4.1.23-1",
3+
"version": "4.1.24-1",
44
"license": "AGPL-3.0",
55
"dependencies": {
66
"jquery": "^3.4.1",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thehive",
3-
"version": "4.1.23-1",
3+
"version": "4.1.24-1",
44
"license": "AGPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)