diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7cb89f2..32dbe0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.4.2" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a91ea..20c1448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/kolonialno/troncos/compare/4.4.2...5.0.0) (2024-06-27) + + +### ⚠ BREAKING CHANGES + +* Combine exporter and endpoint ([#293](https://github.com/kolonialno/troncos/issues/293)) + +### Bug Fixes + +* Combine exporter and endpoint ([#293](https://github.com/kolonialno/troncos/issues/293)) ([e7c0c6c](https://github.com/kolonialno/troncos/commit/e7c0c6c6727d47a07c84ca54584b7a4ffac0e7cd)) + ## [4.4.2](https://github.com/kolonialno/troncos/compare/v4.4.1...4.4.2) (2024-02-05) diff --git a/pyproject.toml b/pyproject.toml index 5d0d2a1..84fe30a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "troncos" -version = "4.4.2" +version = "5.0.0" description = "Collection of Python logging, tracing and profiling tools" authors = [ "Guðmundur Björn Birkisson ",