Skip to content

Commit 94cb9cd

Browse files
committed
Release 🍓 0.273.1
1 parent 2422b68 commit 94cb9cd

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
22
=========
33

4+
0.273.1 - 2025-06-15
5+
--------------------
6+
7+
This release fixes that the Chalice HTTP view integration did not set
8+
appropriate content-type headers for responses, as it's recommended by the
9+
GraphQL over HTTP specification.
10+
11+
Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3904](https://github.com/strawberry-graphql/strawberry/pull/3904/)
12+
13+
414
0.273.0 - 2025-06-10
515
--------------------
616

RELEASE.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "strawberry-graphql"
3-
version = "0.273.0"
3+
version = "0.273.1"
44
description = "A library for creating GraphQL APIs"
55
authors = [{ name = "Patrick Arminio", email = "[email protected]" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)