From 34623c30b4aedfd7b7e95c7c1bf78abead59e24a Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Mon, 15 Nov 2021 11:32:22 +0000 Subject: [PATCH] Add 4.4 changelog URL to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c90500fb3b..f7c863f052 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Network communication is handled using [Bolt Protocol](https://7687.org/). | Driver Series | Supported Java Runtime versions | Status | Changelog | | --- | --- | --- | --- | -| 4.4 | 8, 11 | Primary development branch. | No releases yet. | +| 4.4 | 8, 11 | Primary development branch. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/4.4-changelog) | | 4.3 | 8, 11 | Maintenance. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/4.3-changelog) | | 4.2 | 8, 11 | Maintenance. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/4.2-changelog) | | 4.1 | 8, 11 | Maintenance. | [link](https://github.com/neo4j/neo4j-java-driver/wiki/4.1-changelog) |