Skip to content

Commit 74c47c1

Browse files
author
CI Brevz
committed
0.2.1
1 parent 31764f3 commit 74c47c1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@ 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.1]
11+
912
### Feat
1013

11-
- Opensource Brevz Apollo Extension
12-
- Add on-merge workflows
13-
- Fix on-merge workflows
14+
- Opensource Brevz Apollo Extension
15+
- Add on-merge workflows
16+
- Fix on-merge workflows
1417

1518
## [0.1.0]
1619

1720
### Added
1821

1922
- Boot repo
2023

21-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.1.0...HEAD
24+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.1...HEAD
25+
26+
[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.0"
3+
version = "0.2.1"
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)