Skip to content

Commit c116e28

Browse files
committed
bump
1 parent 5023a77 commit c116e28

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
[**Upgrade Guide**](https://intelowl.readthedocs.io/en/latest/Installation.md#update-to-the-most-recent-version)
44

5-
## [v6.0.2](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.1)
5+
## [v6.0.4](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.4)
6+
Mostly adjusts and fixes with few new analyzers: Vulners and AILTypoSquatting Library.
7+
8+
## [v6.0.2](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.2)
69
Major fixes and adjustments. We improved the documentation to help the transition to the new major version.
710

811
We added **Pivot** buttons to enable manual Pivoting from an Observable/File analysis to another. See [Doc](https://intelowl.readthedocs.io/en/latest/Usage.html#pivots) for more info

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### DO NOT CHANGE THIS VALUE !!
22
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
33
# this variable must start with "REACT_APP_" to be used in the frontend too
4-
REACT_APP_INTELOWL_VERSION="v6.0.3"
4+
REACT_APP_INTELOWL_VERSION="v6.0.4"
55
# if you want to use a nfs volume for shared files
66
# NFS_ADDRESS=

docs/source/schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: IntelOwl API specification
4-
version: 6.0.3
4+
version: 6.0.4
55
paths:
66
/api/analyze_file:
77
post:

0 commit comments

Comments
 (0)