From f7082c44af1ac7f9e26c39882877eac5913d75b3 Mon Sep 17 00:00:00 2001 From: Matteo Lodi <30625432+mlodic@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:53:11 +0100 Subject: [PATCH] bump --- .github/CHANGELOG.md | 3 +++ docs/conf.py | 2 +- pyintelowl/version.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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"