diff --git a/docs/changelog.rst b/docs/changelog.rst index 6b9a38afce..aaad03af77 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,14 @@ Changelog ========= -:version:`Unreleased ` - TBD +:version:`Unreleased ` - TBD -------------------------------------------- +.. _v3.28.0: + +:version:`3.28.0 ` - 2024-05-10 +-------------------------------------------------- + **Added** - ``Request.deserialize_body`` and ``Response.deserialize_body`` helper methods to deserialize payloads to bytes from Base 64. diff --git a/pyproject.toml b/pyproject.toml index d442c1fd92..6580bb02e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "schemathesis" -version = "3.27.1" +version = "3.28.0" description = "Property-based testing framework for Open API and GraphQL based apps" keywords = ["pytest", "hypothesis", "openapi", "graphql", "testing"] authors = [{ name = "Dmitry Dygalo", email = "dmitry@dygalo.dev" }]