From a96faace8fad6ba883c66af0d0e3b3ad7af029fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:46:09 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1b981..6e7d389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.6](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.5...v3.2.6) - 2024-01-23 + +### Other +- *(deps)* bump chrono from 0.4.31 to 0.4.32 +- *(deps)* bump derive_builder from 0.12.0 to 0.13.0 + ## [3.2.5](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.4...v3.2.5) - 2024-01-22 ### Other diff --git a/Cargo.lock b/Cargo.lock index a760c9e..1b60abb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "async-graphql-extension-apollo-tracing" -version = "3.2.5" +version = "3.2.6" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 2377c81..1004cfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-extension-apollo-tracing" -version = "3.2.5" +version = "3.2.6" authors = ["Anthony Griffon "] description = "An async_graphql extension to send traces & metrics to Apollo Studio" readme = "README.md"