Skip to content

Commit 60e9c86

Browse files
author
CI Brevz
committed
0.3.4
1 parent 3cc33d7 commit 60e9c86

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ 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+
## [0.3.4]
11+
912
### Fix
1013

11-
- Use offset for start time
14+
- Use offset for start time
1215

1316
## [0.3.3]
1417

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

6770
- Boot repo
6871

69-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.3...HEAD
72+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.4...HEAD
73+
74+
[0.3.4]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.3...v0.3.4
7075

7176
[0.3.3]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.2...v0.3.3
7277

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