Skip to content

Commit

Permalink
added changelog and bumped to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Jun 1, 2022
1 parent fc8444e commit 861d2e5
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog

[**Upgrade Guide**](https://intelowl.readthedocs.io/en/latest/Installation.html#update-to-the-most-recent-version)
## [v3.4.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v3.4.1)
**Notes:**

We are proud to announce that we have selected 3 contributors for the upcoming [Google Summer of Code](https://summerofcode.withgoogle.com/)!

IntelOwlProject will run their projects under the umbrella of [The Honeynet Project](https://www.honeynet.org/), like the previous years.

The contributors are going to have 3 intense months of work: with the help of the IntelOwl maintainers, they'll bring new functionalities to the project!

- [Aditya Narayan Sinha](https://twitter.com/0x0elliot): "Creating Playbooks for IntelOwl"
- [Aditya Pratap Singh](https://twitter.com/devmrfitz): "IntelOwl v4 improvements"
- [Hussain Khan](https://twitter.com/Hussain41099635): "IntelOwl Go Client"

We are also moving forward to release the next major version (v4). We just need to work on some update scripts.

**Fixes/Adjustments:**
* Add support for ".csv" file in all the Analyzers for documents
* Refactored `Triage` analyzers
* Fixes: #951, #1004, #1003
* usual dependencies upgrades


## [v3.4.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v3.4.0)
**New/Improved Analyzers:**
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### DO NOT CHANGE THIS VALUE !!
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
INTELOWL_TAG_VERSION=v3.4.0
INTELOWL_TAG_VERSION=v3.4.1
### Change this to `develop` when doing local development.
INTELOWL_NG_TAG_VERSION=v3.1.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Matteo Lodi"

# The full version, including alpha/beta/rc tags
release = "v3.4.0"
release = "v3.4.1"


# -- General configuration ---------------------------------------------------
Expand Down
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: 3.4.0
version: 3.4.1
paths:
/api/analyze_file:
post:
Expand Down
2 changes: 1 addition & 1 deletion intel_owl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def retrieve(self, file, analyzer):
# DRF Spectacular
SPECTACULAR_SETTINGS = {
"TITLE": "IntelOwl API specification",
"VERSION": "3.4.0",
"VERSION": "3.4.1",
}

# Django-Rest-Durin
Expand Down

0 comments on commit 861d2e5

Please sign in to comment.