diff --git a/.clog.toml b/.clog.toml
index 0dadf2f21..f413e607d 100644
--- a/.clog.toml
+++ b/.clog.toml
@@ -3,3 +3,6 @@ repository = "https://github.com/linuxdeepin/dde-dock"
from-latest-tag = true
changelog = "CHANGELOG.md"
+
+[sections]
+Others = ["chore", "refactor"]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aaf707456..f1e51562d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+### 4.10.3 (2019-06-13)
+
+
+#### Others
+
+* **power:** use onBattery to replace batteryState to check is used battery ([2e7a4e6f](https://github.com/linuxdeepin/dde-dock/commit/2e7a4e6fa9f960964af97648e7672359f906af7c))
+
+
+
### 4.10.2 (2019-06-01)