From 0d5e33fb2cc3e09090b0662d8abdd5ae0bb60d66 Mon Sep 17 00:00:00 2001 From: Raphael Cohen Date: Wed, 4 Dec 2024 10:07:19 +0100 Subject: [PATCH] feat: Release 1.18.1 --- CHANGELOG.md | 15 ++------------- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) 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"