Update changelog.

This commit is contained in:
BratSinot 2022-01-19 14:43:01 +02:00
parent 8444e7a303
commit d1006ead0b
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [3.0.23] 2022-1-19
- Bump hashbrown from `0.11.2` to `0.12.0`.
## [3.0.22] 2022-1-11
- Add support `flatten` attribute for `SimpleObject`, `ComplexObject` and `Object` macros. [#533](https://github.com/async-graphql/async-graphql/issues/533)