Skip to content

Commit f73e638

Browse files
author
CI async_graphql
committed
3.0.0
1 parent d828ee9 commit f73e638

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [3.0.0]
11+
912
### Feat
1013

1114
- Bump `async-graphql` to `4`
@@ -151,7 +154,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151154

152155
- Boot repo
153156

154-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v2.1.0...HEAD
157+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v3.0.0...HEAD
158+
159+
[3.0.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v2.1.0...v3.0.0
155160

156161
[2.1.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.4...v2.1.0
157162

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.1.0"
3+
version = "3.0.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)