diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d561d70..8727a6b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). + The exposed schemas are now listed in the `hint` instead of the `message` field. - Improve error details of `PGRST301` error by @taimoorzaeem in #4051 +## [13.0.4] - 2025-06-17 + ### Fixed -- Fix `max-affected` preference not failing with RPC when `handling=strict` by @taimoorzaeem in #4100 -- Fix `jwt-aud` config not failing when set to an invalid URI by @taimoorzaeem in #4132 -- Fix a property definition's type in OpenAPI not showing the correct base type of a recursive domain by @laurenceisla in #4136 - Fix regression that makes full-text search not work on domain types based on `tsvector` by @laurenceisla in #4135 +- Fix `jwt-aud` config not failing when set to an invalid URI by @taimoorzaeem in #4132 + +## [13.0.3] - 2025-06-16 + +- Fix `max-affected` preference not failing with RPC when `handling=strict` by @taimoorzaeem in #4100 +- Fix a property definition's type in OpenAPI not showing the correct base type of a recursive domain by @laurenceisla in #4136 + +### Fixed ## [13.0.2] - 2025-06-02