chore: bump version to 16.1

This commit is contained in:
steve-chavez
2026-08-10 18:30:06 -05:00
parent bbf8431a23
commit 6de489c7ba
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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