Skip to content

Commit 502f13c

Browse files
author
CI Brevz
committed
0.2.3
1 parent 5e9c9d5 commit 502f13c

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.2.3]
11+
912
### Fix
1013

11-
- On merge fix token github
14+
- On merge fix token github
1215

1316
## [0.2.2]
1417

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

3134
- Boot repo
3235

33-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.2...HEAD
36+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.3...HEAD
37+
38+
[0.2.3]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.2...v0.2.3
3439

3540
[0.2.2]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.1...v0.2.2
3641

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