From b54f598501cd0a13d0c49f60b874e169617edbf9 Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 6 Sep 2022 14:48:03 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 853a731e..7730457c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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). +# [4.0.13] 2022-09-06 + +- Compare to expected schema [#1048](https://github.com/async-graphql/async-graphql/pull/1048) +- docs: readme flair [#1054](https://github.com/async-graphql/async-graphql/pull/1054) +- Remove `bson-uuid` feature [#1032](https://github.com/async-graphql/async-graphql/issues/1032) +- Add `no_cache` for `cache_control` attribute [#1051](https://github.com/async-graphql/async-graphql/issues/1051) +- Resurrect code generation through tests [#1062](https://github.com/async-graphql/async-graphql/pull/1062) +- Support for primitive type in CursorType [#1049](https://github.com/async-graphql/async-graphql/pull/1049) + # [4.0.12] 2022-08-24 - Update MSRV to `1.59.0`