Update changelog.

This commit is contained in:
BratSinot 2022-01-19 14:43:01 +02:00
parent 30a51c14fe
commit d841218fcf

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)