Skip to content

Commit 4a092e2

Browse files
author
CI async_graphql
committed
0.3.6
1 parent 20d2702 commit 4a092e2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.6]
11+
1012
### Misc
1113

12-
- Update workflows
13-
- Update Cargo.toml Repository
14-
- Clippy fix
14+
- Update workflows
15+
- Update Cargo.toml Repository
16+
- Clippy fix
1517

1618
## [0.3.5]
1719

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

8284
- Boot repo
8385

84-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.5...HEAD
86+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.6...HEAD
87+
88+
[0.3.6]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.5...v0.3.6
8589

8690
[0.3.5]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.4...v0.3.5
8791

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 = "0.3.5"
3+
version = "0.3.6"
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)