Skip to content

Commit e748711

Browse files
author
CI async_graphql
committed
0.4.1
1 parent 5658035 commit e748711

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.4.1]
11+
912
### Misc
1013

11-
- Update documentation
14+
- Update documentation
1215

1316
## [0.4.0]
1417

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

9396
- Boot repo
9497

95-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.4.0...HEAD
98+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.4.1...HEAD
99+
100+
[0.4.1]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.4.0...v0.4.1
96101

97102
[0.4.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.6...v0.4.0
98103

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