From 064e5fea7bde63b0424fab53a0109c6f6016e95c Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 13 Aug 2026 10:48:30 -0500 Subject: [PATCH] chore: bump version to 14.17 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6bb50b7..1a4fbf71f 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.17] - 2026-08-13 + ### Fixed - JWT validation uses wrong current time due to a bug in auto-update by @mkleczek in #5159 diff --git a/postgrest.cabal b/postgrest.cabal index fc03c13f7..fe8c2e21f 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 14.16 +version: 14.17 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