diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e083e3c8..b9d104c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.18.1 (2023-02-22) + +- Fixed type annotations on `EnumType`. + + ## 0.18.0 (2023-02-21) - GraphiQL2 is now default API explorer. diff --git a/pyproject.toml b/pyproject.toml index 80f23af0c..11bc07c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ariadne" -version = "0.18.0" +version = "0.18.1" description = "Ariadne is a Python library for implementing GraphQL servers." authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] readme = "README.md"