Update CHANGES.md for 0.10.0 (#139)

diff --git a/CHANGES.md b/CHANGES.md
index dc24180..9e3b084 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,29 +2,49 @@
 ==================
 Release Notes.
 
+0.10.0
+------------------
+
+### Features
+
+- Allow setting `start` and `end` with relative time (#128)
+- Add some commands for the browser (#126)
+- Add the sub-command `service layer` to query services according to layer (#133)
+- Add the sub-command `layer list` to query layer list (#133)
+- Add the sub-command `instance get` to query single instance (#134)
+- Add the sub-command `endpoint get` to query single endpoint info (#134)
+- Change the GraphQL method to the v9 version according to the server version (#134)
+- Add `normal` field to Service entity (#136)
+- Add the command `process` for query Process metadata (#137)
+- Add the command `profiling ebpf` for process ebpf profiling (#138)
+- Support `getprofiletasklogs` query (#125)
+- Support query list alarms (#127)
+- [Breaking Change] Update the command `profile` as a sub-command `profiling trace`, and update `profiled-analyze` command to `analysis` (#138)
+- `profiling ebpf/trace analysis` generates the profiling graph HTML on default and saves it to the current work directory (#138)
+
+### Bug Fixes
+
+- Fix quick install (#131)
+- Set correct go version in publishing snapshot docker image (#124)
+- Stop build kit container after finishing (#130)
+
+### Chores
+
+- Add cross platform build targets (#129)
+- Update download host (#132)
+
 0.9.0
 ------------------
 
 ### Features
 
 - Add the sub-command `dependency instance` to query instance relationships (#117)
-- Add the sub-command `service layer` to query services according to layer.(#133)
-- Add the sub-command `layer list` to query layer list.(#133)
-- Add the sub-command `instance get` to query single instance.(#134)
-- Add the sub-command `endpoint get` to query single endpoint info.(#134)
-- Change the GraphQL method to the v9 version according to the server version.(#134)
-- Add `normal` field to Service entity.(#136)
-- Add the command `process` for query Process metadata.(#137)
-- Add the command `profiling ebpf` for process ebpf profiling.(#138)
-- [Breaking Change] Update the command `profile` as a sub-command `profiling trace`, and update `profiled-analyze` command to `analysis`.(#138)
-- `profiling ebpf/trace analysis` generates the profiling graph HTML on default and saves it to the current work directory.(#138)
 
 ### Bug Fixes
 
 - fix: `multiple-linear` command's `labels` type can be string type (#122)
 - Add missing `dest-service-id` `dest-service-name` to `metrics linear` command (#121)
 - Fix the wrong name when getting `destInstance` flag (#118)
-- Fix failed push docker image to ghcr.(#135)
 
 ### Chores