Skip to content

Commit 9be2418

Browse files
committed
Prepare release
1 parent dd5174b commit 9be2418

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [3.1.0](https://github.com/TheHive-Project/Cortex/milestone/27) (2020-10-30)
4+
5+
**Implemented enhancements:**
6+
7+
- Improve Docker image [\#296](https://github.com/TheHive-Project/Cortex/issues/296)
8+
- Impossible to load catalog through a proxy [\#297](https://github.com/TheHive-Project/Cortex/issues/297)
9+
- Update login page design [\#303](https://github.com/TheHive-Project/Cortex/issues/303)
10+
11+
**Fixed bugs:**
12+
13+
- [Bug] Cortex and boolean ConfigurationItems [\#309](https://github.com/TheHive-Project/Cortex/issues/309)
14+
315
## [3.1.0-RC1](https://github.com/TheHive-Project/Cortex/milestone/21) (2020-08-13)
416

517
**Implemented enhancements:**

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "3.1.0-RC1-1"
1+
version in ThisBuild := "3.1.0-1"

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cortex",
3-
"version": "3.1.0-RC1",
3+
"version": "3.1.0",
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)