diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6f061aa9..81724ca4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +0.228.0 - 2024-05-12 +-------------------- + +This releases updates the JSON scalar definition to have the updated `specifiedBy` URL. + +The release is marked as minor because it will change the generated schema if you're using the JSON scalar. + +Contributed by [Egor](https://github.com/Birdi7) via [PR #3478](https://github.com/strawberry-graphql/strawberry/pull/3478/) + + 0.227.7 - 2024-05-12 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index a947f86d84..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,5 +0,0 @@ -Release type: minor - -This releases updates the JSON scalar definition to have the updated `specifiedBy` URL. - -The release is marked as minor because it will change the generated schema if you're using the JSON scalar. diff --git a/pyproject.toml b/pyproject.toml index 6e32654b1d..99c0d2dccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.227.7" +version = "0.228.0" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"