diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e317438..84039c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 0.22 (UNRELEASED) +## 0.22 (2024-01-31) - Deprecated `EnumType.bind_to_default_values` method. It will be removed in a future release. - Added `repair_schema_default_enum_values` to public API. diff --git a/pyproject.toml b/pyproject.toml index 2447b780..b8bcddf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ariadne" -version = "0.22.0b1" +version = "0.22" description = "Ariadne is a Python library for implementing GraphQL servers." authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] readme = "README.md"