add release note for v1.7.0
diff --git a/CHANGE.md b/CHANGE.md
index 492220c..2425fde 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,21 @@
 # Release Notes
 
+## v1.7.0
+
+### New Features
+- add GetStackTrace method into Throwabler and its implements. [#207](https://github.com/apache/dubbo-go-hessian2/pull/207)
+- catch user defined exceptions. [#208](https://github.com/apache/dubbo-go-hessian2/pull/208)
+- support java8 time object. [#212](https://github.com/apache/dubbo-go-hessian2/pull/212), [#221](https://github.com/apache/dubbo-go-hessian2/pull/221)
+- support test golang encoding data in java. [#213](https://github.com/apache/dubbo-go-hessian2/pull/213)
+- support java.sql.Time & java.sql.Date. [#219](https://github.com/apache/dubbo-go-hessian2/pull/219)
+
+### Enhancement
+- Export function EncNull. [#225](https://github.com/apache/dubbo-go-hessian2/pull/225)
+
+### Bugfixes
+- fix eunm encode error in request. [#203](https://github.com/apache/dubbo-go-hessian2/pull/203)
+- fix []byte field decoding issue. [#216](https://github.com/apache/dubbo-go-hessian2/pull/216)
+
 ## v1.6.0
 
 ### New Features