[release] CHANGELOG.md: v0.25.1 updates

Change-Id: Ie3f359e9475400f0b5e888921917a8008b6307f5
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/322289
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
(cherry picked from commit c5070dc0828f486ce9d6100a1ce02cdc0cf9f52b)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/322410
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f130c59..095113a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+## v0.25.1 - 24 May, 2021
+
+A list of all issues and changes can be found in the [v0.25.1 milestone](https://github.com/golang/vscode-go/issues?q=is%3Aissue+milestone%3Av0.25.1+is%3Aclosed).
+
+### Fixes
+- Change the default path separator to `/` when applying `substitutePath` debug configuration. ([Issue 1497](https://github.com/golang/vscode-go/issues/1497))
+- Warn users when `go.goroot` setting is used. ([Issue 1501](https://github.com/golang/vscode-go/issues/1501))
+
+### Enhancements
+- Update to latest version of `dlv-dap`. Some of newest additions to `dlv dap` include optimized function detection, exception info, pause, function breakpoints while running, evaluate over hover, set variables. Documentation of current features and limitations can be found in [the documentation](https://github.com/golang/vscode-go/blob/master/docs/dlv-dap.md).
+- Adjusted feedback survey prompt probability.
+
+### Thanks
+Thanks for the contribution, @suzmue, @fflewddur!
+
 ## v0.25.0 - 12 May, 2021
 
 A list of all issues and changes can be found in the