diff --git a/CHANGELOG.md b/CHANGELOG.md index 84fb242..b587ba4 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.9](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.8...v3.2.9) - 2024-01-30 + +### Other +- *(deps)* bump serde_json from 1.0.112 to 1.0.113 + ## [3.2.8](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.7...v3.2.8) - 2024-01-29 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7709f0c..790f3ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "async-graphql-extension-apollo-tracing" -version = "3.2.8" +version = "3.2.9" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index ebccaa6..48eebd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-extension-apollo-tracing" -version = "3.2.8" +version = "3.2.9" authors = ["Anthony Griffon "] description = "An async_graphql extension to send traces & metrics to Apollo Studio" readme = "README.md"