From df5fed9919c81817dbcf4da43aa8c3ecfc7d2946 Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Mon, 20 May 2024 15:26:24 +0200 Subject: [PATCH] Prepare release 2024-05-20 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989d907..ee0f02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.9.4] - 2024-05-20 + +### Fixed + +- Added `error.type`, `error.kind`, `error.stack` and `error.message` to trace events (logs). + +--- + ## [0.9.3] - 2024-05-14 ### Fixed @@ -194,7 +202,8 @@ If you are using Jaeger to collect traces locally on your machine, you will need -[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.3...HEAD +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.4...HEAD +[0.9.4]: https://github.com/primait/prima_tracing.rs/compare/0.9.3...0.9.4 [0.9.3]: https://github.com/primait/prima_tracing.rs/compare/0.9.2...0.9.3 [0.9.2]: https://github.com/primait/prima_tracing.rs/compare/0.9.1...0.9.2 [0.9.1]: https://github.com/primait/prima_tracing.rs/compare/0.9.0...0.9.1