From af9a7266ee68f19ea8ff062a64316cb6fa7979ac Mon Sep 17 00:00:00 2001 From: Sunli Date: Mon, 2 May 2022 17:16:07 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5dd8358..28ba2834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `log` to version `0.4.16`. [#903](https://github.com/async-graphql/async-graphql/pull/903) - Added impl of `CursorType` for floats [#897](https://github.com/async-graphql/async-graphql/pull/897) - Implement `OutputType` for `tokio::sync::RwLock` and `tokio::sync::Mutex`. [#896](https://github.com/async-graphql/async-graphql/pull/896) +- Bump [`uuid`](https://crates.io/crates/uuid) to `1.0.0`. [#907](https://github.com/async-graphql/async-graphql/pull/907/files) # [3.0.38] 2022-4-8