Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 26, 2020
1 parent fea8bee commit 20cb6ba
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.4.3](https://github.com/TheHive-Project/TheHive/milestone/62) (2020-10-26)

**Fixed bugs:**

- [Bug] TheHive is stalled while importing Alerts with a large number of observables [\#1416](https://github.com/TheHive-Project/TheHive/issues/1416)

## [3.4.2](https://github.com/TheHive-Project/TheHive/milestone/57) (2020-04-25)

**Implemented enhancements:**
Expand Down
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ rpmReleaseFile := {
rpmFile
}

import org.thp.ghcl.Milestone
milestoneFilter := ((milestone: Milestone) => milestone.title.matches("(?:[12].*|3\\.[01234].*)")) // < 3.5

bintrayOrganization := Some("thehive-project")

// Front-end //
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.4.2",
"version": "3.4.3",
"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.4.2",
"version": "3.4.3",
"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.4.2-1"
version in ThisBuild := "3.4.3-1"

0 comments on commit 20cb6ba

Please sign in to comment.