From 44f13060da6dccaed753a7dc36df8ea7ea2e1387 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 11 Sep 2025 17:05:14 +0530 Subject: [PATCH] Add changelog for v31.1.0 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 20ddc8c9..70fad73a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +Version v31.1.0 +---------------- + +- Introduce intdot versioning scheme +- Add description to test fixture +- Organize schema-based tests according to ecosystem +- Use VERS test definition schema for tests + Version v31.0.0 ----------------