diff --git a/CHANGELOG.md b/CHANGELOG.md index e1556cfc..07e7fd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## UNRELEASED +## 0.7.0 (2023-06-01) - Added support for subscriptions as async generators. - Changed how fragments are handled to generate separate module with fragments as mixins. diff --git a/pyproject.toml b/pyproject.toml index df829473..965ef2df 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.6.0" +version = "0.7.0" readme = "README.md" classifiers = [ "Development Status :: 4 - Beta",