diff --git a/CHANGELOG.md b/CHANGELOG.md index a9086f6cd..38a6cb73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [13.0.0] - 2025-05-08 + ### Added - #3558, Add the `admin-server-host` config to set the host for the admin server - @develop7 diff --git a/docs/conf.py b/docs/conf.py index c15e1f60c..e9e1acd75 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ source_suffix = ".rst" master_doc = "index" # This is overriden by readthedocs with the version tag anyway -version = "devel" +version = "13.0" # To avoid repetition in we set this to an empty string. release = "" diff --git a/postgrest.cabal b/postgrest.cabal index 1fee61020..a6e5dbb26 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,5 +1,5 @@ name: postgrest -version: 12.3 +version: 13.0.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