From 97b6022f5acfbfad54d6f4d68660139735c16c06 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Mon, 2 Jun 2025 14:18:26 -0500 Subject: [PATCH] bump version to 13.0.2 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58716b954..3b4710802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [13.0.2] - 2025-06-02 + ### Fixed - Fix regression that makes `ORDER BY` with nulls-order not work alongside limits by @laurenceisla in #4109 diff --git a/postgrest.cabal b/postgrest.cabal index d3a41eb28..8f6d30911 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 13.0.1 +version: 13.0.2 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