Skip to content

Commit 423deff

Browse files
committed
Release 3.1.8
1 parent ad6db0c commit 423deff

File tree

4 files changed

+13
-184
lines changed

4 files changed

+13
-184
lines changed

.drone.yml

-182
This file was deleted.

CHANGELOG.md

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

3+
## [3.1.8](https://github.com/TheHive-Project/Cortex/milestone/35) (2023-09-21)
4+
5+
**Pull requests:**
6+
7+
- Fixed user parameter name in application config sample [\#315](https://github.com/TheHive-Project/Cortex/pull/315)
8+
- Update cortex.service [\#361](https://github.com/TheHive-Project/Cortex/pull/361)
9+
- GroupUserMapper.scala: Backport fix from TheHive for group mapper functionality [\#438](https://github.com/TheHive-Project/Cortex/pull/438)
10+
- [CTX-16] fix: don't use Elasticsearch scroll to find user by its API key [\#447](https://github.com/TheHive-Project/Cortex/pull/447)
11+
- [CTX-17] fix: Update version of JFFI [\#448](https://github.com/TheHive-Project/Cortex/pull/448)
12+
- Update deps [\#449](https://github.com/TheHive-Project/Cortex/pull/449)
13+
314
## [3.1.7](https://github.com/TheHive-Project/Cortex/milestone/34) (2022-10-07)
415

516
**Implemented enhancements:**

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "3.1.7-1"
1+
ThisBuild / version := "3.1.8-1"

www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cortex",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "A powerfull observable analysis engine",
55
"license": "AGPL-3.0-or-later",
66
"homepage": "https://github.com/TheHive-Project/Cortex",

0 commit comments

Comments
 (0)