diff --git a/CHANGELOG.md b/CHANGELOG.md index ed639e2..1554434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Thread to push logs at regular interval -## [1.8.3] - 2023-12-01 - ## Fixed - Remove redundant slash in URL path diff --git a/pyproject.toml b/pyproject.toml index 7c8dfb9..4c28bc0 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.3" +version = "1.8.2" description = "SDK to create Sekoia.io playbook modules" license = "MIT" readme = "README.md"