File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.4]
11
+
10
12
### Fix
11
13
12
14
- Bump ` async-graphql ` to ` 2.10.* ` to fix dependency resolution conflict while using latest async-graphql.
13
15
14
16
### Misc
15
17
16
- - Add audit github action
17
- - Issue with workflow token
18
+ - Add audit github action
19
+ - Issue with workflow token
18
20
19
21
## [ 1.0.3]
20
22
@@ -139,7 +141,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
141
140
142
- Boot repo
141
143
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
143
147
144
148
[ 1.0.3 ] : https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.2...v1.0.3
145
149
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-graphql-extension-apollo-tracing"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
authors = [
" Anthony Griffon <[email protected] >" ]
5
5
description = " An async_graphql extension to send traces & metrics to Apollo Studio"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments