Skip to content

Commit

Permalink
chg: Bump CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Apr 30, 2020
1 parent 029aa8d commit 3ac8c59
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,44 @@ Changelog
=========


v2.4.125 (2020-04-30)
---------------------

New
~~~
- Extended option on get event. [Raphaël Vinot]

Related to #567

Changes
~~~~~~~
- Bump objects, deps. [Raphaël Vinot]
- Bump dependencies. [Raphaël Vinot]
- Remove old suricata script, keep reference to old code. [Raphaël
Vinot]

Fix
~~~
- Enable autoalert on admin user. [Raphaël Vinot]
- [abstract] Forces file to be read with utf8 encoding. [mokaddem]
- Properly handle timezone in tests. [Raphaël Vinot]

Other
~~~~~
- Update up.py. [Raphaël Vinot]

Fix #563
- Fixed __query_virustotal return type. [DocArmoryTech]

__query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.


v2.4.124 (2020-03-30)
---------------------

Changes
~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump dependencies. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
Expand Down
2 changes: 1 addition & 1 deletion pymisp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.4.124'
__version__ = '2.4.125'
import logging

FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s"
Expand Down

0 comments on commit 3ac8c59

Please sign in to comment.