diff --git a/CHANGELOG.md b/CHANGELOG.md index 572e2666..a08bc823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## UNRELEASED +## 0.9.0 (2023-09-11) - Fixed generating operation string for nested inline fragments. - Removed scalars module. Changed generated models and client to use annotated types for custom scalars. Removed `scalars_module_name` option. Removed `generate_scalars_module`, `generate_scalars_cod`, `generate_scalar_annotation` and `generate_scalar_imports` plugin hooks. diff --git a/pyproject.toml b/pyproject.toml index 0e733f55..0f21b70a 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.8.0" +version = "0.9.0" readme = "README.md" license = { file = "LICENSE" } classifiers = [