Update CHANGELOG.md

This commit is contained in:
Sunli 2021-12-08 13:46:40 +08:00
parent edf50e5df8
commit da2ae44dec
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.14] 2021-12-06
- [async-graphql-axum] bump axum from `0.3` to `0.4`.
## [3.0.13] 2021-12-06
- No longer assumes that a subscription stream that failed to resolve has ended. [#744](https://github.com/async-graphql/async-graphql/issues/744)