From 0789e252465fcd3d20747a50a2a0f560b49e55cd Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Fri, 28 Oct 2022 09:49:20 +0100 Subject: [PATCH] Add versioning information to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a20f7b1e86..d81f85fa51 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ It works with both single instance and clustered databases. Network communication is handled using [Bolt Protocol](https://7687.org/). +## Versioning + +Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on +the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence. + +As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes. + ## Supported Driver Series | Driver Series | Supported Java Runtime versions | Status | Changelog |