diff --git a/CHANGELOG.md b/CHANGELOG.md index 47513665..1a0a3d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## UNRELEASED +## 0.10.0 (2023-11-15) - Fixed generating results for nullable fields with nullable directives. - Changed `include_comments` option to accept enum value, changed default to `"stable"`, deprecated boolean support. Added `get_file_comment` plugin hook. diff --git a/pyproject.toml b/pyproject.toml index 2dfb16f0..59306d79 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.9.0" +version = "0.10.0" readme = "README.md" license = { file = "LICENSE" } classifiers = [