From d9140225b77bd369e37a8a1a8239d2228eabeb96 Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Thu, 5 Sep 2024 10:09:27 +0200 Subject: [PATCH] v0.16.7 & update changelog --- CHANGELOG.md | 10 +++++++++- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2489144..25ed6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to --- +## [0.16.6] - 2024-09-05 + +### Added + +- Support for opentelemetry 0.24, now the default version. + +--- + ## [0.16.6] - 2024-08-23 ### Removed @@ -24,7 +32,7 @@ This was unneccessary, already wasn't done in some code paths, and as a bonus le This behavior matches what happens when a token is automatically refreshed during the applications runtime, and should help address issues that might come up in the future. -- The cache key now contains a cache version, allowing it's schema to be updated in the future +- The cache key now contains a cache version, allowing its schema to be updated in the future From now on cache keys will use the following format: diff --git a/Cargo.toml b/Cargo.toml index a839282..4299f69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "prima_bridge" readme = "README.md" repository = "https://github.com/primait/bridge.rs" -version = "0.16.6" +version = "0.16.7" # See https://github.com/rust-lang/rust/issues/107557 rust-version = "1.72"