From dee7d6f39c867a5d141e31192d21ffb9653ffd0a Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 1 Jun 2025 08:10:43 -0500 Subject: [PATCH] bump version to 13.0.1 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b340421..6eb182395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [13.0.1] - 2025-06-01 + ### Fixed - Fix jwt error returning HTTP status `400` for invalid role by @taimoorzaeem in #3601 diff --git a/postgrest.cabal b/postgrest.cabal index a6e5dbb26..d3a41eb28 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 13.0.0 +version: 13.0.1 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes for tables, views, and functions, supporting all HTTP methods that security