From 1f69247cc2e5a89bb62239860f4e83ee03eda649 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Mon, 4 May 2026 22:59:24 +0500 Subject: [PATCH] bump version to 14.11 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a3b9e32..8783344f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. From versio ## Unreleased +## [14.11] - 2026-05-04 + ### Fixed - Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678 diff --git a/postgrest.cabal b/postgrest.cabal index e0674e0e3..a798468e7 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 14.10 +version: 14.11 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