Skip to content

Commit

Permalink
bump 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Mar 28, 2024
1 parent a8687f6 commit 35da9d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [v6.0.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.1)
Little fixes for the major.

## [v6.0.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.0)
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*!

Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### DO NOT CHANGE THIS VALUE !!
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
# this variable must start with "REACT_APP_" to be used in the frontend too
REACT_APP_INTELOWL_VERSION="v6.0.0"
REACT_APP_INTELOWL_VERSION="v6.0.1"
# if you want to use a nfs volume for shared files
# NFS_ADDRESS=
2 changes: 1 addition & 1 deletion docs/source/schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: IntelOwl API specification
version: 6.0.0
version: 6.0.1
paths:
/api/analyze_file:
post:
Expand Down

0 comments on commit 35da9d6

Please sign in to comment.