diff --git a/CHANGELOG.md b/CHANGELOG.md index be4693942..d7beab319 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.0] - 2026-08-07 + ### Added - Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 diff --git a/docs/conf.py b/docs/conf.py index b8ae30041..49c59ae60 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ source_suffix = ".rst" master_doc = "index" # This is overridden by readthedocs with the version tag anyway -version = "devel" +version = "16" # To avoid repetition in we set this to an empty string. release = "" diff --git a/postgrest.cabal b/postgrest.cabal index 3d07652c2..941342869 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: postgrest -version: 15 +version: 16.0 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