diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d7f2c..7b9b9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Re-added `model_rebuild` calls for input types with forward references. - Fixed fragments on interfaces being omitted from generated client. - Fixed `@Include` directive result type when using `convert_to_snake_case` option. +- Added Custom query builder feature. ## 0.13.0 (2024-03-4) diff --git a/pyproject.toml b/pyproject.toml index 89f8bb4..81ab64d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "ariadne-codegen" description = "Generate fully typed GraphQL client from schema, queries and mutations!" authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] -version = "0.13.0" +version = "0.14.0.dev1" readme = "README.md" license = { file = "LICENSE" } classifiers = [