Skip to content

Commit 0616588

Browse files
author
CI async_graphql
committed
1.0.4
1 parent 55b73c7 commit 0616588

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,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.4]
11+
1012
### Fix
1113

1214
- Bump `async-graphql` to `2.10.*` to fix dependency resolution conflict while using latest async-graphql.
1315

1416
### Misc
1517

16-
- Add audit github action
17-
- Issue with workflow token
18+
- Add audit github action
19+
- Issue with workflow token
1820

1921
## [1.0.3]
2022

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

140142
- Boot repo
141143

142-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.3...HEAD
144+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.4...HEAD
145+
146+
[1.0.4]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.3...v1.0.4
143147

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

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 = "1.0.3"
3+
version = "1.0.4"
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)