diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1b5bf..0aa8a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.14.1] - 2024-09-10 + ### Fixed - For GenericAPIAction, handle when the response is a no content response +- Fix dependency issue ## [1.14.0] - 2024-08-30 diff --git a/pyproject.toml b/pyproject.toml index 72eaa85..b350884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sekoia-automation-sdk" -version = "1.14.0" +version = "1.14.1" description = "SDK to create Sekoia.io playbook modules" license = "MIT" readme = "README.md"