diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 4c7a4e5..11468a8 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [4.4.5](https://github.com/intelowlproject/pyintelowl/releases/tag/4.4.5) +- Default TLP for analysis is not TLP:CLEAR anymore. For instance, this prevents the client to overwrite the TLP configuration of a Playbook. + ## [4.4.4](https://github.com/intelowlproject/pyintelowl/releases/tag/4.4.4) - Little fixes diff --git a/docs/conf.py b/docs/conf.py index b12a34c..85d338f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ import os import sys -VERSION = "4.4.4" +VERSION = "4.4.5" GITHUB_URL = "https://github.com/intelowlproject/pyintelowl" sys.path.append(os.path.abspath("../")) diff --git a/pyintelowl/version.py b/pyintelowl/version.py index d39dca2..1962e05 100644 --- a/pyintelowl/version.py +++ b/pyintelowl/version.py @@ -1 +1 @@ -__version__ = "4.4.4" +__version__ = "4.4.5"