update changelog and version number
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a16770..7f1bdfb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,9 @@
 -->
 ## 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": {