Skip to content

Commit 6b2b776

Browse files
author
CI async_graphql
committed
2.1.0
1 parent f22cd84 commit 6b2b776

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0]
11+
1012
### Feat
1113

12-
- Bump `async-graphql` to `3.0.7`
13-
- Edition 2021
14+
- Bump `async-graphql` to `3.0.7`
15+
- Edition 2021
1416

1517
## [1.0.4]
1618

@@ -146,7 +148,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146148

147149
- Boot repo
148150

149-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.4...HEAD
151+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v2.1.0...HEAD
152+
153+
[2.1.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.4...v2.1.0
150154

151155
[1.0.4]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.3...v1.0.4
152156

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-extension-apollo-tracing"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Anthony Griffon <[email protected]>"]
55
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
66
readme = "README.md"

0 commit comments

Comments
 (0)