From 79e930d26c2d2585a43388129e9f0494dcc38fe4 Mon Sep 17 00:00:00 2001 From: Aditya Ramesh <30495471+adityaramesh12@users.noreply.github.com> Date: Tue, 8 Apr 2025 14:36:36 -0700 Subject: [PATCH] Update ChangeLog for v5.0.0 Updating changelog after JupyterLab 4x upgrade --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 3310e97f..9b8db436 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,9 @@ Starting with v1.31.6, this file will contain a record of major features and upd ## Upcoming +## Release 5.0.0 (April 8, 2025) +- Upgrade project to Jupyterlab 4x ([Link to PR](https://github.com/aws/graph-notebook/pull/729)) +- ## Release 4.6.2 (November 26, 2024) - Added Neptune `--use-port` option to `%%gremlin` and `%%oc` ([Link to PR](https://github.com/aws/graph-notebook/pull/712)) - Fixed SPARQL path in example Fuseki configuration ([Link to PR](https://github.com/aws/graph-notebook/pull/713))