Skip to content

Commit a784b8b

Browse files
author
CI Brevz
committed
0.2.2
1 parent 949b658 commit a784b8b

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

11-
- Merge deployment
14+
- Merge deployment
1215

1316
## [0.2.1]
1417

@@ -24,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2427

2528
- Boot repo
2629

27-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.1...HEAD
30+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.2...HEAD
31+
32+
[0.2.2]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.1...v0.2.2
2833

2934
[0.2.1]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.1.0...v0.2.1

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