Skip to content

Commit 35da9d6

Browse files
committed
bump 6.0.1
1 parent a8687f6 commit 35da9d6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## [v6.0.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.1)
6+
Little fixes for the major.
7+
58
## [v6.0.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.0)
69
This major release is another important milestone for this project! We have been working hard to transform IntelOwl from a *Data Extraction Platform* to a complete *Investigation Platform*!
710

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.0"
4+
REACT_APP_INTELOWL_VERSION="v6.0.1"
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.0
4+
version: 6.0.1
55
paths:
66
/api/analyze_file:
77
post:

0 commit comments

Comments
 (0)