This is an automated email from the ASF dual-hosted git repository. villebro pushed a commit to branch 0.38 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 9d16c488fa4a6d4f2769e0cfd8170c6f45e0dd9b Author: Ville Brofeldt <[email protected]> AuthorDate: Thu Feb 25 08:52:05 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..7f1bdfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ under the License. --> ## Change Log +### 0.38.1 (Wed Feb 25 06:48:35 2021 +00:00) +- [#11340](https://github.com/apache/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) 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": {
