Add Changelog

This commit is contained in:
Rodgers 2021-07-09 18:57:30 +07:00
parent d83cce9d3b
commit 90c924588a
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).
## [2.9.8] 2021-07-09
- Add Extensions in Error of `InputValueValidator`. [#564](https://github.com/async-graphql/async-graphql/pull/564)
## [2.9.7] 2021-07-04
- Add support for generic `ComplexObject`. [#562](https://github.com/async-graphql/async-graphql/pull/562)