From 2e2ef28c44511415094e8925a95592fdc6c72769 Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 8 Jun 2021 10:26:17 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee48a046..8fb51653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). -## [2.9.1] 2021-06-01 +## [2.9.1] 2021-06-08 - Rework error propagation. [#531](https://github.com/async-graphql/async-graphql/issues/531) -## [2.9.0] 2021-06-01 +## [2.9.0] 2021-06-07 - Add support for returning multiple resolver errors. [#531](https://github.com/async-graphql/async-graphql/issues/531)