From 6de489c7ba20e9004583005b38ca70ffe20ff6b2 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 10 Aug 2026 18:30:06 -0500 Subject: [PATCH] chore: bump version to 16.1 --- CHANGELOG.md | 2 ++ postgrest.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 778f17c13..5749b4f93 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 +## [16.1] - 2026-08-10 + ### 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 caa638dd2..00e2bed80 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: postgrest -version: 16.0 +version: 16.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