diff --git a/ChangeLog.md b/ChangeLog.md index fd3ae5ef..fc1ba6cd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,15 +4,17 @@ Starting with v1.31.6, this file will contain a record of major features and upd ## Upcoming +## Release 4.2.0 (April 4, 2024) + - New Neptune Analytics notebooks - SBOM ([Link to PR](https://github.com/aws/graph-notebook/pull/566)) - Path: 02-Neptune-Analytics > 03-Sample-Use-Cases > 03-Software-Bill-Of-Materials -- Updated `create-graph` CLI commands in Neptune Analytics samples ([Link to PR](https://github.com/aws/graph-notebook/pull/565)) -- Updated NeptuneDB Notebook CloudFormation template ([Link to PR](https://github.com/aws/graph-notebook/pull/571)) -- Added `@neptune_graph_only` magics decorator ([Link to PR](https://github.com/aws/graph-notebook/pull/569)) -- Added `%graph_pg_info` line magic ([Link to PR](https://github.com/aws/graph-notebook/pull/570)) -- Added documentation for FontAwesome 5 settings ([Link to PR](https://github.com/aws/graph-notebook/pull/575)) - Added `--store-format` option to query magics ([Link to PR](https://github.com/aws/graph-notebook/pull/580)) - Added `--export-to` CSV file option to query magics ([Link to PR](https://github.com/aws/graph-notebook/pull/582)) +- Added `%graph_pg_info` line magic ([Link to PR](https://github.com/aws/graph-notebook/pull/570)) +- Added `@neptune_graph_only` magics decorator ([Link to PR](https://github.com/aws/graph-notebook/pull/569)) +- Added documentation for FontAwesome 5 settings ([Link to PR](https://github.com/aws/graph-notebook/pull/575)) +- Updated `create-graph` CLI commands in Neptune Analytics samples ([Link to PR](https://github.com/aws/graph-notebook/pull/565)) +- Updated NeptuneDB Notebook CloudFormation template ([Link to PR](https://github.com/aws/graph-notebook/pull/571)) - Fixed unintended formatting in `%%oc explain` widget ([Link to PR](https://github.com/aws/graph-notebook/pull/576)) - Fixed serialization of NoneType for `%%oc` query parameters ([Link to PR](https://github.com/aws/graph-notebook/pull/584)) - Changed `%load` parameter and default value for failOnError ([Link to PR](https://github.com/aws/graph-notebook/pull/577)) diff --git a/README.md b/README.md index 37e3aaf8..d5c230b0 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ python3 setup.py bdist_wheel You should now be able to find the built distribution at -`./dist/graph_notebook-4.1.0-py3-none-any.whl` +`./dist/graph_notebook-4.2.0-py3-none-any.whl` And use it by following the [installation](https://github.com/aws/graph-notebook#installation) steps, replacing diff --git a/src/graph_notebook/__init__.py b/src/graph_notebook/__init__.py index 1ce4c437..8cc76986 100644 --- a/src/graph_notebook/__init__.py +++ b/src/graph_notebook/__init__.py @@ -3,4 +3,4 @@ SPDX-License-Identifier: Apache-2.0 """ -__version__ = '4.1.0' +__version__ = '4.2.0' diff --git a/src/graph_notebook/widgets/package.json b/src/graph_notebook/widgets/package.json index 4fe49fbb..6fb52fcc 100644 --- a/src/graph_notebook/widgets/package.json +++ b/src/graph_notebook/widgets/package.json @@ -1,6 +1,6 @@ { "name": "graph_notebook_widgets", - "version": "4.1.0", + "version": "4.2.0", "author": "amazon", "description": "A Custom Jupyter Library for rendering NetworkX MultiDiGraphs using vis-network", "dependencies": {