diff --git a/ChangeLog.md b/ChangeLog.md index 62613aac..201b9efd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,8 @@ Starting with v1.31.6, this file will contain a record of major features and upd ## Upcoming +## Release 3.0.2 (July 29, 2021) + - Add new Knowledge Graph use case notebook for openCypher usage ([Link to PR](https://github.com/aws/graph-notebook/pull/161)) - Fixed incorrect visualizations of some Gremlin results returned by valueMap ([Link to PR](https://github.com/aws/graph-notebook/pull/165)) - Fixed error with Gremlin visualizer incorrectly identifying some query results as elementMaps ([Link to PR](https://github.com/aws/graph-notebook/pull/158)) diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index ce343aad..7bb59095 100644 --- a/src/graph_notebook/__init__.py +++ b/src/graph_notebook/__init__.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: Apache-2.0 """ -__version__ = '3.0.1' +__version__ = '3.0.2' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index dcdc6a26..dadb0c21 100644 --- a/src/graph_notebook/widgets/package.json +++ b/src/graph_notebook/widgets/package.json @@ -1,6 +1,6 @@ { "name": "graph_notebook_widgets", - "version": "3.0.1", + "version": "3.0.2", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {