Skip to content

Commit 33ea4e8

Browse files
author
CI async_graphql
committed
3.0.1
1 parent f874cce commit 33ea4e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1]
11+
1012
## [3.0.0]
1113

1214
### Feat
@@ -154,7 +156,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154156

155157
- Boot repo
156158

157-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v3.0.0...HEAD
159+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v3.0.1...HEAD
160+
161+
[3.0.1]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v3.0.0...v3.0.1
158162

159163
[3.0.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v2.1.0...v3.0.0
160164

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 = "3.0.0"
3+
version = "3.0.1"
44
authors = ["Anthony Griffon <an.griffon@gmail.com>"]
55
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
66
readme = "README.md"

0 commit comments

Comments
 (0)