diff --git a/CHANGELOG.md b/CHANGELOG.md index d25e447..8bbc4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.7.0 +* Added localization for all supported languages + ## 1.6.1 * UPD: the nodes rendering algorithm (alpha) was changed to optimal algorithm (theta) diff --git a/package.json b/package.json index 056bafe..4eb5555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-visuals-forcegraph", - "version": "1.6.1", + "version": "1.7.0", "description": "This custom visual implements a D3 force layout diagram with curved path. The thickness of the path also represents the weight of the relationship between the nodes.", "repository": { "type": "git", diff --git a/pbiviz.json b/pbiviz.json index ffbbf57..7e9552d 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "Force-Directed Graph", "guid": "ForceGraph1449359463895", "visualClassName": "ForceGraph", - "version": "1.6.1", + "version": "1.7.0", "description": "This custom visual implements a D3 force layout diagram with curved path. The thickness of the path also represents the weight of the relationship between the nodes.", "supportUrl": "http://community.powerbi.com", "gitHubUrl": "https://github.com/Microsoft/PowerBI-visuals-ForceGraph"