Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MISP/PyMISP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed May 11, 2018
2 parents 42c9905 + fef26e4 commit 9648e31
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -2,6 +2,29 @@ Changelog
=========


v2.4.90.1 (2018-05-09)
----------------------

New
~~~
- Properly implement the Email object creator. [Raphaël Vinot]

Changes
~~~~~~~
- Version bump. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Normalize the RestResponse calls. [Raphaël Vinot]

Fix
~~~
- Properly get and decode the body of the email. [Raphaël Vinot]
- Provide the extension of the EML file to attach. [Raphaël Vinot]
- Properly handle attachments. [Raphaël Vinot]
- Test cases & attributes automatically getting an UUID. [Raphaël Vinot]
- Typo in the *feed methods. [Raphaël Vinot]


v2.4.90 (2018-04-25)
--------------------

Expand All @@ -22,6 +45,7 @@ New

Changes
~~~~~~~
- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]
- Add more examples. [Raphaël Vinot]
Expand Down
2 changes: 1 addition & 1 deletion pymisp/__init__.py
@@ -1,4 +1,4 @@
__version__ = '2.4.90'
__version__ = '2.4.90.1'
import logging
import functools
import warnings
Expand Down

0 comments on commit 9648e31

Please sign in to comment.