diff --git a/CHANGELOG.md b/CHANGELOG.md
index 213ce6ee..83846d5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.11.1](https://github.com/remarkablemark/html-react-parser/compare/v0.11.0...v0.11.1) (2020-06-03)
+
+
+### Performance Improvements
+
+* **index:** return empty array if first argument is empty string ([7f61f97](https://github.com/remarkablemark/html-react-parser/commit/7f61f97))
+
+
+
# [0.11.0](https://github.com/remarkablemark/html-react-parser/compare/v0.10.5...v0.11.0) (2020-06-02)
diff --git a/package.json b/package.json
index e489b4bf..aa28ec36 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
- "version": "0.11.0",
+ "version": "0.11.1",
"description": "HTML to React parser.",
"author": "Mark ",
"main": "index.js",