Skip to content

Commit fa96c02

Browse files
committed
bumped version to v2.4.0 and added changelog
1 parent 0eed0e7 commit fa96c02

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33
[**Upgrade Guide**](https://intelowl.readthedocs.io/en/latest/Installation.html#update-to-the-most-recent-version)
4+
## [v2.4.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v2.4.0)
5+
6+
We welcome new GSoC students ([Sarthak Khattar](https://twitter.com/Mr_Momo07) and [Shubham Pandey](https://twitter.com/imshubham31)) in the Organization!
7+
8+
9+
Main updates:
10+
- new release of the official GUI [IntelOwl-Ng](https://github.com/intelowlproject/IntelOwl-ng/releases/tag/v2.1.0)
11+
- added [Malpedia](https://malpedia.caad.fkie.fraunhofer.de) analyzer
12+
13+
Then a lot of maintenance and overall project stability issues solved:
14+
- removed `eventlet` broken dependency
15+
- bumped new versions of a lot of dependencies
16+
- Improved "Installation" and "Contribute" documentation
17+
- added new badges to the README
18+
- added `--django-server` [option](https://intelowl.readthedocs.io/en/latest/Contribute.html#how-to-start) to speed up development
19+
- other little refactors and fixes
420

521
## [v2.3.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v2.3.0)
622
- Added [API documentation](https://intelowl.readthedocs.io) with both [Redoc](https://github.com/Redocly/redoc) and [OpenAPI](https://github.com/OAI/OpenAPI-Specification) Format

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### DO NOT CHANGE THIS VALUE !!
22
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
3-
INTELOWL_TAG_VERSION=v2.3.0
3+
INTELOWL_TAG_VERSION=v2.4.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "Matteo Lodi"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "v2.2.0"
32+
release = "v2.4.0"
3333

3434

3535
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)