From 4a50d9e499423c157dfea8422bc474048cd033c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:12:34 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1727dc..ed6057e 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.0](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.1.0...v3.2.0) - 2023-12-28 + +### Added +- update Cargo.lock + ## [3.1.0](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.0.1...v3.1.0) - 2023-12-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index d469669..a2c4775 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "async-graphql-extension-apollo-tracing" -version = "3.1.0" +version = "3.2.0" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 3872bb1..9ddb73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-extension-apollo-tracing" -version = "3.1.0" +version = "3.2.0" authors = ["Anthony Griffon "] description = "An async_graphql extension to send traces & metrics to Apollo Studio" readme = "README.md"