Skip to content

Commit 17131df

Browse files
committed
Update version and changelog
1 parent 163e736 commit 17131df

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# Change Log
22

3-
## [2.1.3](https://github.com/TheHive-Project/Cortex/tree/2.1.3)
3+
## [3.0.0-RC1](https://github.com/TheHive-Project/Cortex/tree/3.0.0-RC1) (2019-04-05)
44

5+
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.1.3...3.0.0-RC1)
6+
7+
**Implemented enhancements:**
8+
9+
- Remove size limitations [\#178](https://github.com/TheHive-Project/Cortex/issues/178)
10+
- Collapse job error messages by default in job history [\#171](https://github.com/TheHive-Project/Cortex/issues/171)
11+
- Update Copyright with year 2019 [\#168](https://github.com/TheHive-Project/Cortex/issues/168)
12+
13+
**Fixed bugs:**
14+
15+
- SSO: Authentication module not found [\#181](https://github.com/TheHive-Project/Cortex/issues/181)
16+
- Akka Dispatcher Blocked [\#170](https://github.com/TheHive-Project/Cortex/issues/170)
17+
18+
**Closed issues:**
19+
20+
- Use files to communicate with analyzer/responder [\#176](https://github.com/TheHive-Project/Cortex/issues/176)
21+
- Provide analyzers and responders packaged with docker [\#175](https://github.com/TheHive-Project/Cortex/issues/175)
22+
- Single sign-on support for Cortex [\#165](https://github.com/TheHive-Project/Cortex/issues/165)
23+
- File extraction [\#120](https://github.com/TheHive-Project/Cortex/issues/120)
24+
25+
## [2.1.3](https://github.com/TheHive-Project/Cortex/tree/2.1.3) (2018-12-20)
526
[Full Changelog](https://github.com/TheHive-Project/Cortex/compare/2.1.2...2.1.3)
627

728
**Implemented enhancements:**

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "3.0.0-RC1-SNAPSHOT"
1+
version in ThisBuild := "3.0.0-RC1"

www/package.json

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

0 commit comments

Comments
 (0)