This is an automated email from the ASF dual-hosted git repository. villebro pushed a commit to branch 0.37 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit fa787d2de40a9bf90cf2f365bbc7a75b92227bcd Author: Ville Brofeldt <[email protected]> AuthorDate: Sat Sep 5 20:31:06 2020 +0300 bump version and update changelog --- CHANGELOG.md | 3 +++ superset-frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb56e0..b7ff624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ under the License. --> ## Change Log +### 0.37.1 (2020/09/05 17:28 +00:00) +- [#10794](https://github.com/apache/incubator-superset/pull/10794) security: disallow uuid package on jinja1 (#10794) (@dpgaspar) + ### 0.37.0 (2020/07/11 08:07 +00:00) - [#10450](https://github.com/apache/incubator-superset/pull/10450) fix: excel sheet upload is not working (#10450) (@pphszx) - [#10389](https://github.com/apache/incubator-superset/pull/10389) feat: support non-numeric columns in pivot table (#10389) (@villebro) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 9f74206..9857365 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -1,6 +1,6 @@ { "name": "superset", - "version": "0.37.0", + "version": "0.37.1", "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.", "license": "Apache-2.0", "directories": {
