diff --git a/integrations/datadog/CHANGELOG.md b/integrations/datadog/CHANGELOG.md index bfbc0599b..e794a6ac5 100644 --- a/integrations/datadog/CHANGELOG.md +++ b/integrations/datadog/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## 0.1.68 (2024-12-19) +## 0.1.68 (2024-12-23) ### Improvements diff --git a/integrations/datadog/pyproject.toml b/integrations/datadog/pyproject.toml index 031412310..9c2cac143 100644 --- a/integrations/datadog/pyproject.toml +++ b/integrations/datadog/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadog" -version = "0.1.67" +version = "0.1.68" description = "Datadog Ocean Integration" authors = ["Albert Luganga "]