diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3c1b7595..84d6decea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ # Changelog -## Unreleased - -### Fixes: +## 3.13.2 Sep 10, 2022 +- Fix content overlapping issue of x-axis alignment dropdown (KaroMourad) - Fix the regression line rendering issue on Scatter plot exported image (KaroMourad) ## 3.13.1 Sep 1, 2022 diff --git a/aim/VERSION b/aim/VERSION index c10780c628..3e388a4ac9 100644 --- a/aim/VERSION +++ b/aim/VERSION @@ -1 +1 @@ -3.13.1 +3.13.2 diff --git a/aim/web/ui/package.json b/aim/web/ui/package.json index b196576400..5844cb8278 100644 --- a/aim/web/ui/package.json +++ b/aim/web/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui_v2", - "version": "3.13.1", + "version": "3.13.2", "private": true, "dependencies": { "@aksel/structjs": "^1.0.0",