From 3b55c69d1f8cb9ea304633e6647bfc2e733a1e4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:13:25 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a591fc7..d3ce8a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.13...v3.2.14) - 2024-03-07 + +### Fixed +- fixing reqwest in build-dependency + +### Other +- updating reqwest to use rustls +- setting default-features to false for reqwest +- *(deps)* bump chrono from 0.4.34 to 0.4.35 + ## [3.2.13](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.12...v3.2.13) - 2024-03-04 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e93934b..123b33c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ [[package]] name = "async-graphql-extension-apollo-tracing" -version = "3.2.13" +version = "3.2.14" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 610b350..95b5c3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-extension-apollo-tracing" -version = "3.2.13" +version = "3.2.14" authors = ["Anthony Griffon "] description = "An async_graphql extension to send traces & metrics to Apollo Studio" readme = "README.md"