Skip to content

Commit

Permalink
Release 4.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Sep 13, 2022
1 parent 6f1bdda commit 9840655
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Change Log

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

**Fixed bugs:**

- [Bug] system user can be deleted by integrity checks [\#2406](https://github.com/TheHive-Project/TheHive/issues/2406)
- [Bug] All analyzers become unavailable when an analyzer is updated [\#2420](https://github.com/TheHive-Project/TheHive/issues/2420)

## [4.1.23](https://github.com/TheHive-Project/TheHive/milestone/94) (2022-08-30)

**Fixed bugs:**

- [Bug] system user can be deleted by integrity checks [\#2406](https://github.com/TheHive-Project/TheHive/issues/2406)

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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies._
import com.typesafe.sbt.packager.Keys.bashScriptDefines
import org.thp.ghcl.Milestone

val thehiveVersion = "4.1.23-1"
val thehiveVersion = "4.1.24-1"
val scala212 = "2.12.13"
val scala213 = "2.13.1"
val supportedScalaVersions = List(scala212, scala213)
Expand Down
2 changes: 1 addition & 1 deletion frontend/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thehive",
"version": "4.1.23-1",
"version": "4.1.24-1",
"license": "AGPL-3.0",
"dependencies": {
"jquery": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thehive",
"version": "4.1.23-1",
"version": "4.1.24-1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9840655

Please sign in to comment.