diff --git a/CHANGELOG.md b/CHANGELOG.md index 650d448..9b376e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,22 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## 1.18.3 - 2024-12-04 +## 1.18.1 - 2024-12-04 -### Fixed - -- Fix the configuration part in action documentation - -## 1.18.2 - 2024-12-03 - -### Add +### Added - Add the support to list type for action response - -## 1.18.1 - 2024-12-03 - -### Add - - Add a configuration part for action documentation ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 8ab1f19..0cc2591 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.18.3" +version = "1.18.1" description = "SDK to create Sekoia.io playbook modules" license = "MIT" readme = "README.md"