diff --git a/Changelog.md b/Changelog.md index 6c9db7884..79f73eccf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ ## Upcoming +## Release 1.2.0 + +This release includes the following feature enhancements and bug fixes: + +**Features** +- Significantly reduced size of Docker image (https://github.com/aws/graph-explorer/pull/104) +- Improved schema synchronization performance via Summary API integration (https://github.com/aws/graph-explorer/pull/80) +- Improved error messaging when no/insufficient IAM role is found (https://github.com/aws/graph-explorer/pull/81) +- Updated Connections UI documentation for single server changes (https://github.com/aws/graph-explorer/pull/59) +- Added manual trigger for ECR updates (https://github.com/aws/graph-explorer/pull/68) + +**Bug fixes** +- Fixed incorrect display of non-string IDs for Gremlin (https://github.com/aws/graph-explorer/pull/60) +- Fixed a database synchronization error caused by white spaces in labels for Gremlin requests (https://github.com/aws/graph-explorer/pull/84) + ## Release 1.1.0 This release includes the following feature enhancements and bug fixes: diff --git a/package.json b/package.json index 0dfa3a7d8..5e7d5e43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer", - "version": "1.1.0", + "version": "1.2.0", "description": "Graph Explorer", "packageManager": "pnpm@7.9.3", "engines": { diff --git a/packages/graph-explorer-proxy-server/package.json b/packages/graph-explorer-proxy-server/package.json index b6b8e9fd5..55adf61c2 100644 --- a/packages/graph-explorer-proxy-server/package.json +++ b/packages/graph-explorer-proxy-server/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer-proxy-server", - "version": "1.1.0", + "version": "1.2.0", "description": "Server to facilitate communication between the browser and the supported graph database.", "main": "node-server.js", "scripts": { diff --git a/packages/graph-explorer/package.json b/packages/graph-explorer/package.json index 68d33dcca..940dca671 100644 --- a/packages/graph-explorer/package.json +++ b/packages/graph-explorer/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer", - "version": "1.1.0", + "version": "1.2.0", "description": "Graph Explorer", "packageManager": "pnpm@7.9.3", "engines": {