Skip to content

Commit

Permalink
Merge branch 'release/3.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 12, 2018
2 parents 85035e7 + 011795e commit 708adf6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Change Log

## [3.1.1](https://github.com/TheHive-Project/TheHive/tree/3.1.1) (2018-10-09)
## [3.1.2](https://github.com/TheHive-Project/TheHive/tree/3.1.2) (2018-10-12)
[Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.1...3.1.2)

**Fixed bugs:**

- Cortex polling settings break startup [\#754](https://github.com/TheHive-Project/TheHive/issues/754)

## [3.1.1](https://github.com/TheHive-Project/TheHive/tree/3.1.1) (2018-10-09)
[Full Changelog](https://github.com/TheHive-Project/TheHive/compare/3.1.0...3.1.1)

**Implemented enhancements:**

- Allow TheHive to use a custom root context [\#752](https://github.com/TheHive-Project/TheHive/issues/752)
- Change Debian dependencies [\#751](https://github.com/TheHive-Project/TheHive/issues/751)
- Publish stable versions in beta package channels [\#733](https://github.com/TheHive-Project/TheHive/issues/733)
- url category to MISP: poll for default [\#732](https://github.com/TheHive-Project/TheHive/issues/732)
- Change Debian dependencies [\#751](https://github.com/TheHive-Project/TheHive/issues/751)

**Fixed bugs:**

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.1.1",
"version": "3.1.2",
"license": "AGPL-3.0",
"dependencies": {
"angular": "1.5.8",
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.1.1",
"version": "3.1.2",
"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.1.1"
version in ThisBuild := "3.1.2"

0 comments on commit 708adf6

Please sign in to comment.