diff --git a/CHANGELOG.md b/CHANGELOG.md index ed4fdf5d..068ead76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## UNRELEASED +## 0.2.1 (2023-02-13) - Fixed incorrectly raised exception when using custom scalar as query argument type. diff --git a/pyproject.toml b/pyproject.toml index eb4ef509..0e3da360 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.2.0" +version = "0.2.1" readme = "README.md" classifiers = [ "Development Status :: 4 - Beta",