This is an automated email from the ASF dual-hosted git repository. villebro pushed a commit to tag 0.38.1rc1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 53b65e9b536b8ed2304e30472d7f6fe6227ec02b Author: Ville Brofeldt <[email protected]> AuthorDate: Thu Feb 25 08:13:00 2021 +0200 update changelog and version number --- CHANGELOG.md | 3 +++ superset-frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a16770..c05d2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ under the License. ## Change Log ### 0.38.0 (Mon Nov 17 07:23:54 2020 +00:00) +- [#11340](https://github.com/apache/incubator-superset/pull/11340) feat: adding feature flags to escape/hide html in markdown (#11340) + +### 0.38.0 (Mon Nov 17 07:23:54 2020 +00:00) - [#11724](https://github.com/apache/incubator-superset/pull/11724) fix: prior npm font source had a glitch (#11724) (@rusackas) - [#11718](https://github.com/apache/incubator-superset/pull/11718) refactor: Load fonts from packages rather than local binaries (#11718) (@rusackas) - [#11365](https://github.com/apache/incubator-superset/pull/11365) fix(sqla): allow 'unknown' type queries in explore view (#11365) (@serenajiang) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 9eecb75..efab814 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -1,6 +1,6 @@ { "name": "superset", - "version": "0.38.0", + "version": "0.38.1", "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.", "license": "Apache-2.0", "directories": {
