Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CI async_graphql committed Aug 5, 2021
1 parent 37757f1 commit 0a89aca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.2]

### Fix

- Do not send Traces over than 4mb
- Do not send Traces over than 4mb

## [1.0.1]

Expand Down Expand Up @@ -121,7 +124,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Boot repo

[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.2...HEAD

[1.0.2]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.1...v1.0.2

[1.0.1]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.0...v1.0.1

Expand Down
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 = "1.0.1"
version = "1.0.2"
authors = ["Anthony Griffon <an.griffon@gmail.com>"]
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
readme = "README.md"
Expand Down

0 comments on commit 0a89aca

Please sign in to comment.