diff --git a/CHANGELOG.md b/CHANGELOG.md
index b60a8705..e7a850c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.7.1](https://github.com/remarkablemark/html-react-parser/compare/v0.7.0...v0.7.1) (2019-05-27)
+
+
+
## [0.7.0](https://github.com/remarkablemark/html-react-parser/compare/v0.6.4...v0.7.0) (2019-04-05)
diff --git a/package.json b/package.json
index 46af9141..b90e443e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "An HTML to React parser.",
"author": "Mark ",
"main": "index.js",