From 84f437b6c99353654a855ebfc33aad331e3fcd6f Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Mon, 27 Oct 2025 14:12:25 +0500 Subject: [PATCH] chore(changelog): update versioning scheme description The changelog description mentioned that we follow semantic versioning but from now on we don't. Hence updated the description to reflect new versioning policy. Signed-off-by: Taimoor Zaeem (cherry picked from commit eb908c696f823271d1c85f68e0ea466332dadf44) --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1150fe1f..a5b173076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Change Log -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). +All notable changes to this project will be documented in this file. From version `14.0` onwards PostgREST follows a `MAJOR.PATCH` two-part versioning. Only even-numbered MAJOR versions will be released, reserving odd-numbered MAJOR versions for development. ## Unreleased