Skip to content

Commit 2bf9ecf

Browse files
committed
Release 0.23
1 parent 2479c85 commit 2bf9ecf

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.23 (UNRELEASED)
3+
## 0.23 (2024-03-18)
44

55
- Added `execute_get_queries` setting to the `GraphQL` apps that controls execution of the GraphQL "query" operations made with GET requests. Defaults to `False`.
66
- Added support for the Apollo Federation versions up to 2.6.

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.23.0.b1"
7+
version = "0.23.0"
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)