Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and Miaxos committed Mar 7, 2024
1 parent 65f3f22 commit 3b55c69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-graphql-extension-apollo-tracing"
version = "3.2.13"
version = "3.2.14"
authors = ["Anthony Griffon <[email protected]>"]
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
readme = "README.md"
Expand Down

0 comments on commit 3b55c69

Please sign in to comment.