diff --git a/README.md b/README.md
index c378239a..34b559e5 100755
--- a/README.md
+++ b/README.md
@@ -511,6 +511,10 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c
 
 ## Changelog
 
+#### v10.4.0
+
+- Support Element for bounds.
+
 #### v10.3.7
 
 - Upgrade `re-resizable` to `6.9.6`
diff --git a/package.json b/package.json
index c4ba2ad7..32e858fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "react-rnd",
-  "version": "10.3.7",
+  "version": "10.4.0",
   "description": "",
   "title": "react-rnd",
   "main": "./lib/index.es5.js",