Skip to content

Commit 23750e6

Browse files
committed
bump version to 14.0
1 parent 4dff355 commit 23750e6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
## [14.0] - 2025-10-24
9+
810
### Added
911

1012
- Bounded JWT cache using the SIEVE algorithm by @mkleczek in #4084

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
master_doc = "index"
5050

5151
# This is overriden by readthedocs with the version tag anyway
52-
version = "devel"
52+
version = "14"
5353
# To avoid repetition in <title> we set this to an empty string.
5454
release = ""
5555

postgrest.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgrest
2-
version: 13.1
2+
version: 14.0
33
synopsis: REST API for any Postgres database
44
description: Reads the schema of a PostgreSQL database and creates RESTful routes
55
for tables, views, and functions, supporting all HTTP methods that security

0 commit comments

Comments
 (0)