From e33ce843dd8449a6fd8e8fe3d5f07622bf2d2fcf Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Mon, 2 Jun 2025 18:09:29 -0500 Subject: [PATCH] chore: add changelog entry for v13.0.2 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c46ccce..4ec649115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ 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.2] - 2025-06-02 + ### Fixed - Fix regression that makes `ORDER BY` with nulls-order not work alongside limits by @laurenceisla in #4109