From 5c1b32992ed6ca1727760f445197f51caa7a41e2 Mon Sep 17 00:00:00 2001 From: Gustav Danielsson Date: Wed, 30 Nov 2022 14:32:44 -0700 Subject: [PATCH] update changelog for 6.9.1 patch release Signed-off-by: Gustav Danielsson --- CHANGELOG-6.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-6.md b/CHANGELOG-6.md index 051afa9fb5..21a0c4f7aa 100644 --- a/CHANGELOG-6.md +++ b/CHANGELOG-6.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [6.9.1] - 2022-12-01 + +### Changed +- Allow Graphql Middleware Init funcs to add to Context + ## [6.9.0] - 2022-11-01 ### Added