Skip to content

Commit fdbfb1a

Browse files
authored
Release Ariadne 0.22 (#1150)
1 parent c6a41e0 commit fdbfb1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.22 (UNRELEASED)
3+
## 0.22 (2024-01-31)
44

55
- Deprecated `EnumType.bind_to_default_values` method. It will be removed in a future release.
66
- Added `repair_schema_default_enum_values` to public API.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ariadne"
7-
version = "0.22.0b1"
7+
version = "0.22"
88
description = "Ariadne is a Python library for implementing GraphQL servers."
99
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)