diff --git a/CHANGELOG b/CHANGELOG index 8b2f53be..d4b864a3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ CHANGELOG ========= +4.1.3 - 2022-01-11 + + ACS Data Marking issues + - Incorporate change to package dependency stix-edh + - Warn if ACS indetifier is invalid 4.1.2 - 2021-12-22 diff --git a/README.rst b/README.rst index fc922f95..b6cf5017 100644 --- a/README.rst +++ b/README.rst @@ -133,7 +133,7 @@ STIX 1.x content to STIX 2.x content: file -stix2-elevator v4.1.2 +stix2-elevator v4.1.3 positional arguments: diff --git a/docs/command-line.rst b/docs/command-line.rst index 59e83cf2..22a1b66c 100644 --- a/docs/command-line.rst +++ b/docs/command-line.rst @@ -26,7 +26,7 @@ STIX 1.x content to STIX 2.x content: file -stix2-elevator v4.1.2 +stix2-elevator v4.1.3 positional arguments: diff --git a/stix2elevator/version.py b/stix2elevator/version.py index 13ffcf42..3a6bf39e 100644 --- a/stix2elevator/version.py +++ b/stix2elevator/version.py @@ -1 +1 @@ -__version__ = "4.1.2" +__version__ = "4.1.3"