diff --git a/.release-please-manifest.json b/.release-please-manifest.json index affd1ab..b5e9157 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0" + ".": "5.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ebfed4e..af0bb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/kolonialno/troncos/compare/5.1.0...5.2.0) (2025-02-28) + + +### Features + +* Support ddtrace version 3 ([#366](https://github.com/kolonialno/troncos/issues/366)) ([91c83e1](https://github.com/kolonialno/troncos/commit/91c83e1166c586e070a6cdc7af1353c817226dd7)) + ## [5.1.0](https://github.com/kolonialno/troncos/compare/5.0.0...5.1.0) (2024-06-27) diff --git a/pyproject.toml b/pyproject.toml index 7172a5b..8f4cc7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "troncos" -version = "5.1.0" +version = "5.2.0" description = "Collection of Python logging, tracing and profiling tools" authors = [ "Guðmundur Björn Birkisson ",