From 0961528a4daaa33a7a44572fa29ce285c483a951 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Fri, 25 Oct 2024 17:25:05 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- cspell.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cff66a38..3be89200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,8 @@ In previous releases, the name "Hypermode" was used for all three._ - Fix runtime shutdown issues with `modus dev` [#508](https://github.com/hypermodeinc/modus/pull/508) - Monitored manifest and env files for changes [#509](https://github.com/hypermodeinc/modus/pull/509) - Log bad GraphQL requests in dev [#510](https://github.com/hypermodeinc/modus/pull/510) -- Add jwks endpoint key support to auth [#511](https://github.com/hypermodeinc/modus/pull/511) +- Add JWKS endpoint key support to auth [#511](https://github.com/hypermodeinc/modus/pull/511) +- Use conventions to support GraphQL mutations and adjust query names [#513](https://github.com/hypermodeinc/modus/pull/513) ## 2024-10-02 - Version 0.12.7 diff --git a/cspell.json b/cspell.json index 6b3b6102..c84a6b43 100644 --- a/cspell.json +++ b/cspell.json @@ -88,6 +88,7 @@ "jsonlogs", "jsonparser", "jsonschema", + "JWKS", "langsupport", "ldflags", "legacymodels",