Skip to content

Commit

Permalink
bumped version to v2.4.0 and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed May 24, 2021
1 parent 0eed0e7 commit fa96c02
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

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

We welcome new GSoC students ([Sarthak Khattar](https://twitter.com/Mr_Momo07) and [Shubham Pandey](https://twitter.com/imshubham31)) in the Organization!


Main updates:
- new release of the official GUI [IntelOwl-Ng](https://github.com/intelowlproject/IntelOwl-ng/releases/tag/v2.1.0)
- added [Malpedia](https://malpedia.caad.fkie.fraunhofer.de) analyzer

Then a lot of maintenance and overall project stability issues solved:
- removed `eventlet` broken dependency
- bumped new versions of a lot of dependencies
- Improved "Installation" and "Contribute" documentation
- added new badges to the README
- added `--django-server` [option](https://intelowl.readthedocs.io/en/latest/Contribute.html#how-to-start) to speed up development
- other little refactors and fixes

## [v2.3.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v2.3.0)
- Added [API documentation](https://intelowl.readthedocs.io) with both [Redoc](https://github.com/Redocly/redoc) and [OpenAPI](https://github.com/OAI/OpenAPI-Specification) Format
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### 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=v2.3.0
INTELOWL_TAG_VERSION=v2.4.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 = "v2.2.0"
release = "v2.4.0"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit fa96c02

Please sign in to comment.