diff --git a/CHANGELOG.md b/CHANGELOG.md index 72702ba..048c4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.1] 2024-01-09 + +### Miscellaneous Tasks + +- Update opentelemetry dependencies + ## [0.2.0] - 2022-11-30 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 51035eb..4ed4a5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-opentelemetry-middleware" -version = "0.2.0" +version = "0.2.1" authors = [] edition = "2021" resolver = "2"