From 74647bea817726f7ab8442e9b31f0b6a95d3d116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 00:27:08 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef3de3..72180e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0](https://github.com/trillium-rs/trillium-opentelemetry/compare/v0.7.0...v0.8.0) - 2024-05-17 + +### Added +- [**breaking**] upgrade opentelemetry to 0.23 + ## [0.7.0](https://github.com/trillium-rs/trillium-opentelemetry/compare/v0.6.0...v0.7.0) - 2024-04-12 ### Added diff --git a/Cargo.toml b/Cargo.toml index 462cadf..008990c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trillium-opentelemetry" -version = "0.7.0" +version = "0.8.0" authors = ["Jacob Rothstein "] edition = "2021" description = "opentelemetry for trillium.rs"