From 4ae5db57dc501511093d9b9ba5d3cbfd0677ee17 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Mon, 2 Jun 2025 10:17:50 +0500 Subject: [PATCH] chore: add changelog entry for v13.0.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20b9e2f0..19da47cc4 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.1] - 2025-06-01 + ### Fixed - Fix jwt error returning HTTP status `400` for invalid role by @taimoorzaeem in #3601