diff --git a/CHANGELOG b/CHANGELOG index f7987a82..0dbce28d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ CHANGELOG ========= +1.1.2 - 2018-06-01 + + * Create read-the-docs pages + * Handle empty lists in add_string_property_to_description + * Removed roles property conversion in Identity + * Handle the name of the identity differently when converting a threat actor + * Store indicators from report temporariliy in the indicators property of the bundle (fixes #102) + * Published is a required property on Report so use the created property + * Update setup.py with required metadata + 1.1.1 - 2018-04-04 diff --git a/stix2elevator/version.py b/stix2elevator/version.py index a82b376d..72f26f59 100644 --- a/stix2elevator/version.py +++ b/stix2elevator/version.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"