diff --git a/CHANGELOG.md b/CHANGELOG.md index e39b4d0e..6a0e400a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `#[non_exhaustive]` attribute to Request/Response types. - Introduce ability to pre-parse Request's query. [#891](https://github.com/async-graphql/async-graphql/pull/891) +- Add `introspection-only` mode. [#894](https://github.com/async-graphql/async-graphql/pull/894) +- Add `bson-uuid` feature to implement `ScalarType` for `bson::Uuid`. [#875](https://github.com/async-graphql/async-graphql/pull/875) +- Bump `regex` crate from `1.4.5` to `1.5.5`. [#862](https://github.com/async-graphql/async-graphql/pull/862) +- Bump `chrono-tz` crate from `0.5.3` to `0.6.1`. [#831](https://github.com/async-graphql/async-graphql/pull/831) # [3.0.38] 2022-4-8