Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CI async_graphql committed Aug 23, 2021
1 parent 44dd4e7 commit 24f8679
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3]

### Misc

- Commit Cargo.lock ... (idk why it was in the .gitignore)
- Commit Cargo.lock ... (idk why it was in the .gitignore)

## [1.0.2]

Expand Down Expand Up @@ -128,7 +130,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.2...HEAD
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.3...HEAD

[1.0.3]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.2...v1.0.3

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

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.2"
version = "1.0.3"
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 24f8679

Please sign in to comment.