Skip to content

Commit

Permalink
release-1.4.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin authored Sep 14, 2023
1 parent caf9d8d commit f0be2ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Upcoming

The next release will include the following feature enhancements and bug fixes:
## 1.4.0

This release includes the following feature enhancements and bug fixes:

**Features**
- Added SageMaker Notebook support (https://github.com/aws/graph-explorer/pull/178)
Expand All @@ -19,6 +21,7 @@ The next release will include the following feature enhancements and bug fixes:
- Fixed Gremlin/openCypher matching ID property on all keyword searches (https://github.com/aws/graph-explorer/pull/169)
- Fixed default connections failing on SageMaker for certain instance names (https://github.com/aws/graph-explorer/pull/188)
- Resolved deprecation warnings in GitHub workflows (https://github.com/aws/graph-explorer/pull/181)
- Patched vulnerable dependencies ([1](https://github.com/aws/graph-explorer/pull/182)) ([2](https://github.com/aws/graph-explorer/pull/189)) ([3](https://github.com/aws/graph-explorer/pull/191))

## Release 1.3.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer",
"version": "1.3.1",
"version": "1.4.0",
"description": "Graph Explorer",
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer-proxy-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-proxy-server",
"version": "1.3.1",
"version": "1.4.0",
"description": "Server to facilitate communication between the browser and the supported graph database.",
"main": "node-server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer",
"version": "1.3.1",
"version": "1.4.0",
"description": "Graph Explorer",
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit f0be2ae

Please sign in to comment.