diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e56d26..79eda6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.0.1](https://github.com/sweetalert2/sweetalert2-react-content/compare/v4.0.0...v4.0.1) (2021-05-19)
+
+
+### Bug Fixes
+
+* drop legacy hooks ([a736204](https://github.com/sweetalert2/sweetalert2-react-content/commit/a736204b6f7ed30c9079aa0187b1e46fac6bb9b8))
+
 # [4.0.0](https://github.com/sweetalert2/sweetalert2-react-content/compare/v3.3.3...v4.0.0) (2021-05-17)
 
 
diff --git a/package.json b/package.json
index 0257916..58ea360 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "sweetalert2-react-content",
-  "version": "4.0.0",
+  "version": "4.0.1",
   "description": "Official sweetalert2 enhancer adding support for React elements as content.",
   "main": "dist/sweetalert2-react-content.cjs.js",
   "module": "dist/sweetalert2-react-content.es.js",