From 22d610222df14b1127913cbaced0b495f69b2a34 Mon Sep 17 00:00:00 2001 From: Samuel Hassine Date: Sun, 21 Jul 2019 21:59:16 +0200 Subject: [PATCH] [all] Add changelog --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8fe01353 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + +## Version 1.2.12 (21/07/2019) + +#### Enhancements: + +- [#12](https://github.com/OpenCTI-Platform/client-python/issues/12) Split STIX2 bundle before sending them in ConnectorHelper +- [#7](https://github.com/OpenCTI-Platform/client-python/issues/7) Handle STIX 2 indicators import + +--- + +## Version 1.2.9 (11/07/2019) + +#### Enhancements: + +- [#8](https://github.com/OpenCTI-Platform/client-python/issues/8) Add a new class for connector helper + +--- + +## Version 1.2.4 (05/07/2019) + +#### Enhancements: + +- [#6](https://github.com/OpenCTI-Platform/client-python/issues/6) Handle observables export as STIX2 indicators + +--- + +## Version 1.2.2 (02/07/2019) + +#### Bug Fixes: + +- [#3](https://github.com/OpenCTI-Platform/client-python/issues/3) Fix the STIX2 class for a compliant export + +--- + +## Version 1.2.1 (28/06/2019) + +#### Enhancements: + +- [#2](https://github.com/OpenCTI-Platform/client-python/issues/2) Add a method of health check +- [#1](https://github.com/OpenCTI-Platform/client-python/issues/1) Add methods to select observables and their relations