diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe6170..b1a15a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.11](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.10...v3.2.11) - 2024-02-05 + +### Other +- *(deps)* bump tokio from 1.35.1 to 1.36.0 + ## [3.2.10](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.9...v3.2.10) - 2024-02-01 ### Other diff --git a/Cargo.lock b/Cargo.lock index c24a9b1..321d33a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "async-graphql-extension-apollo-tracing" -version = "3.2.10" +version = "3.2.11" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 9d0cbd5..173fde0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-extension-apollo-tracing" -version = "3.2.10" +version = "3.2.11" authors = ["Anthony Griffon "] description = "An async_graphql extension to send traces & metrics to Apollo Studio" readme = "README.md"