From 20173f7d1c3077a33dbe7710d876e53e8065953f Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 10 Feb 2025 11:30:58 +0300 Subject: [PATCH] trigdeploy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075c62c4..159b90f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - `load_drafts` resolver implemented - `publish_` and `unpublish_` mutations and resolvers added - `create_`, `update_`, `delete_` mutations and resolvers added for `Draft` entity -- tests with pytest for auth, shouts, drafts +- tests with pytest for original auth, shouts, drafts #### [0.4.8] - 2025-02-03 - `Reaction.deleted_at` filter on `update_reaction` resolver added