diff --git a/CHANGELOG.md b/CHANGELOG.md index 1554434..397bbd7 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.9.0] - 2023-12-01 + ## Changed - Thread to push logs at regular interval diff --git a/poetry.lock b/poetry.lock index 60f3834..b5a3f08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.0 and should not be changed by hand. [[package]] name = "aiobotocore" @@ -186,7 +186,7 @@ files = [ [[package]] name = "aioresponses" -version = "0.7.6" +version = "0.7.6.dev3" description = "Mock out requests made by ClientSession from aiohttp package" optional = false python-versions = "*" diff --git a/pyproject.toml b/pyproject.toml index 4c28bc0..3b423e2 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.8.2" +version = "1.9.0" description = "SDK to create Sekoia.io playbook modules" license = "MIT" readme = "README.md"