We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46cb6f commit dd81737Copy full SHA for dd81737
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [3.1.3](https://github.com/TheHive-Project/Cortex/milestone/31) (2021-11-10)
4
+
5
+**Fixed bugs:**
6
7
+- The build of frontend fails [\#389](https://github.com/TheHive-Project/Cortex/issues/389)
8
9
## [3.1.2](https://github.com/TheHive-Project/Cortex/milestone/30) (2021-11-05)
10
11
**Closed issues:**
version.sbt
@@ -1 +1 @@
-ThisBuild / version := "3.1.2-1"
+ThisBuild / version := "3.1.3-1"
www/package.json
@@ -1,6 +1,6 @@
{
"name": "cortex",
- "version": "3.1.1",
+ "version": "3.1.3",
"description": "A powerfull observable analysis engine",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/TheHive-Project/Cortex",
0 commit comments