diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff1dd3eb..25dbb7967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next (UNRELEASED) +## 0.19.0 (2023-03-27) - Added `InputType` for setting Python representations of GraphQL Input types - Added support for passing `Enum` types directly to `make_executable_schema` diff --git a/pyproject.toml b/pyproject.toml index 11bc07c3c..17dff5d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ariadne" -version = "0.18.1" +version = "0.19.0" description = "Ariadne is a Python library for implementing GraphQL servers." authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] readme = "README.md"