Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 1, 2021
1 parent 682619e commit 686f017
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [3.5.1](https://github.com/TheHive-Project/TheHive/milestone/65) (2021-03-01)

**Fixed bugs:**

- [Bug] Init Script Syntax Error in Bash Switch-Case [\#1646](https://github.com/TheHive-Project/TheHive/issues/1646)
- [Bug] Issues with case attachments section [\#1651](https://github.com/TheHive-Project/TheHive/issues/1651)
- [Bug] Fix the severity component [\#1654](https://github.com/TheHive-Project/TheHive/issues/1654)
- [Bug] Display problem TH [\#1688](https://github.com/TheHive-Project/TheHive/issues/1688)
- [Bug] Update doesn't work on Elasticsearch 7.11 [\#1799](https://github.com/TheHive-Project/TheHive/issues/1799)

## [3.4.4](https://github.com/TheHive-Project/TheHive/milestone/63) (2020-10-30)

**Fixed bugs:**

- [Security] Update Playframework [\#1604](https://github.com/TheHive-Project/TheHive/issues/1604)

## [3.5.0](https://github.com/TheHive-Project/TheHive/milestone/61) (2020-10-29)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion ui/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thehive",
"version": "3.5.0",
"version": "3.5.1",
"license": "AGPL-3.0",
"dependencies": {
"jquery": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thehive",
"version": "3.5.0",
"version": "3.5.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "3.5.0-1"
version in ThisBuild := "3.5.1-1"

0 comments on commit 686f017

Please sign in to comment.