From 1f1f40a3b91fa59ddb1d71b6b86cb1c1ca5548b5 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 24 Aug 2025 12:29:22 -0500 Subject: [PATCH] bump version to 13.0.5 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4686349f..d4b20556c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [13.0.5] - 2025-08-24 + ### Fixed - Fix OpenAPI broken docs link by @taimoorzaeem in #4048 diff --git a/postgrest.cabal b/postgrest.cabal index 7d3b0b3b6..f37fca76d 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 13.0.4 +version: 13.0.5 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