From c116e2816b0ece04c0c6abcea8c696e0c5ce77ff Mon Sep 17 00:00:00 2001 From: Matteo Lodi <30625432+mlodic@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:28:16 +0200 Subject: [PATCH] bump --- .github/CHANGELOG.md | 5 ++++- docker/.env | 2 +- docs/source/schema.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 64a0697ece..344ad10e0f 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,7 +2,10 @@ [**Upgrade Guide**](https://intelowl.readthedocs.io/en/latest/Installation.md#update-to-the-most-recent-version) -## [v6.0.2](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.1) +## [v6.0.4](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.4) +Mostly adjusts and fixes with few new analyzers: Vulners and AILTypoSquatting Library. + +## [v6.0.2](https://github.com/intelowlproject/IntelOwl/releases/tag/v6.0.2) Major fixes and adjustments. We improved the documentation to help the transition to the new major version. 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 diff --git a/docker/.env b/docker/.env index 2306fca63a..b9f079e8eb 100644 --- a/docker/.env +++ b/docker/.env @@ -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.3" +REACT_APP_INTELOWL_VERSION="v6.0.4" # if you want to use a nfs volume for shared files # NFS_ADDRESS= diff --git a/docs/source/schema.yml b/docs/source/schema.yml index 2e361f4fe2..e21cbf65a2 100644 --- a/docs/source/schema.yml +++ b/docs/source/schema.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: IntelOwl API specification - version: 6.0.3 + version: 6.0.4 paths: /api/analyze_file: post: