Update CHANGELOG.md

This commit is contained in:
Sunli 2021-06-10 10:18:30 +08:00
parent f992e8ab94
commit 5e0955b8e6
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@ 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).
## Unreleased
## [2.9.2] 2021-06-10
- Allow field guards to support paths. [#536](https://github.com/async-graphql/async-graphql/issues/536)
- Add the `operation_name` to `Extension::execute` method. [#538](https://github.com/async-graphql/async-graphql/issues/538)
## [2.9.1] 2021-06-08