diff --git a/docs/changelog.rst b/docs/changelog.rst index 1bca84836e..c91a266dc7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,9 @@ Changelog `Unreleased`_ ------------- +`2.5.0`_ - 2020-09-27 +--------------------- + Added ~~~~~ @@ -1256,7 +1259,8 @@ Fixed - Initial public release -.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v2.4.1...HEAD +.. _Unreleased: https://github.com/schemathesis/schemathesis/compare/v2.5.0...HEAD +.. _2.5.0: https://github.com/schemathesis/schemathesis/compare/v2.4.1...v2.5.0 .. _2.4.1: https://github.com/schemathesis/schemathesis/compare/v2.4.0...v2.4.1 .. _2.4.0: https://github.com/schemathesis/schemathesis/compare/v2.3.4...v2.4.0 .. _2.3.4: https://github.com/schemathesis/schemathesis/compare/v2.3.3...v2.3.4 diff --git a/pyproject.toml b/pyproject.toml index 98fb8d51c5..575ec1b0f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schemathesis" -version = "2.4.1" +version = "2.5.0" description = "Property-based testing framework for Open API and GraphQL based apps" keywords = ["pytest", "hypothesis", "openapi", "swagger", "graphql", "testing"] classifiers = [