From da2ae44deccbe1e98389d249746272f71e76034b Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 8 Dec 2021 13:46:40 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b765c651..6dc57ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)