From 9e6f3a430003da11de2e85ca3ecad5fcedfa7b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kucmus?= Date: Fri, 31 Jan 2025 12:40:27 +0100 Subject: [PATCH] chore: bump version and changelog --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b722df8..7257d008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # CHANGELOG -## 0.25 (UNRELEASED) +## 0.25 - Added support for GraphQL subscriptions over the Server-Sent Events (SSE). +- Added support for GraphQL Relay ## 0.24 (2024-12-19) diff --git a/pyproject.toml b/pyproject.toml index 5587d8d6..d0cceeb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ariadne" -version = "0.24.0" +version = "0.25.0" description = "Ariadne is a Python library for implementing GraphQL servers." authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] readme = "README.md"