From 582e37e24a8237cf6db94a22d336004509ebc7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 3 Feb 2019 12:41:41 +0100 Subject: [PATCH] chg: Bump Version & changelog --- CHANGELOG.txt | 24 ++++++++++++++++++++++++ pymisp/__init__.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 496092a..8ac8e25 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,29 @@ Changelog ========= +v2.4.102 (2019-02-03) +--------------------- + +New +~~~ +- Add test cases for stix export. [Raphaël Vinot] + +Changes +~~~~~~~ +- Bump misp-objects. [Raphaël Vinot] +- [datamodel] new anonymised type added. [Alexandre Dulaunoy] +- [data] types updated to include the new zeek type. [Alexandre + Dulaunoy] + +Other +~~~~~ +- Merge pull request #328 from kirzaks/master. [Raphaël Vinot] + + Check if IOC values are in warninglist +- Check if IOC values are in warninglist. [Armīns Palms] +- Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot] + + v2.4.101 (2019-01-28) --------------------- @@ -22,6 +45,7 @@ New Changes ~~~~~~~ +- Bump Changelog. [Raphaël Vinot] - Bump version, misp-objects. [Raphaël Vinot] - Force to_ids to be a boolean, as MISP is expecting. [Raphaël Vinot] diff --git a/pymisp/__init__.py b/pymisp/__init__.py index 6f21c74..73062e7 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.101' +__version__ = '2.4.102' import logging import functools import warnings