From e6bf8910a0ba7e085af9f5d2a76c2281ea5afc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20T=C3=A9tard?= Date: Sat, 28 Sep 2024 17:19:37 +0200 Subject: [PATCH] chore: Bump version to 1.15.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c496bc9..0c45d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.15.0] - 2024-09-28 + ### Changed - Make the minimal Python version to 3.10. diff --git a/pyproject.toml b/pyproject.toml index c32b680..454dee1 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.1" +version = "1.15.0" description = "SDK to create Sekoia.io playbook modules" license = "MIT" readme = "README.md"