diff --git a/CHANGELOG.md b/CHANGELOG.md index aadaf4d..8b946f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## 0.4 +### 0.4.3 + +- feat: Add support for`aggregationExp` parameter to `vectorQuerySource` and `vectorTableSource` + ### 0.4.2 - fix: Fix incorrect column name lowercasing in Picking Model API diff --git a/package.json b/package.json index fad6f9e..ba3b77c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "repository": "github:CartoDB/carto-api-client", "author": "Don McCurdy ", "packageManager": "yarn@4.3.1", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "publishConfig": { "access": "public",