diff --git a/docs/changelogs/v0.19.md b/docs/changelogs/v0.19.md
index 1abc2e518b2a37cd4cd32853887c759384e77569..f7e190a7e9c0da3324c2a6aecd8087da17afa889 100644
--- a/docs/changelogs/v0.19.md
+++ b/docs/changelogs/v0.19.md
@@ -1,6 +1,33 @@
 <!-- omit in toc -->
 # Kubo changelog v0.19
 
+## v0.19.2
+
+### Highlights
+
+#### FullRT DHT HTTP Routers
+
+The default HTTP routers are now used when the FullRT DHT client is used. This fixes
+the issue where cid.contact is not being queried by default when the accelerated
+DHT client was enabled. Read more in ([ipfs/kubo#9841](https://github.com/ipfs/kubo/pull/9841)).
+
+### Changelog
+
+<details><summary>Full Changelog</summary>
+
+- github.com/ipfs/kubo:
+  - fix: use default HTTP routers when FullRT DHT client is used (#9841) ([ipfs/kubo#9841](https://github.com/ipfs/kubo/pull/9841))
+  - chore: update version
+
+</details>
+
+### Contributors
+
+| Contributor | Commits | Lines ± | Files Changed |
+|-------------|---------|---------|---------------|
+| Gus Eggert | 1 | +65/-53 | 4 |
+| Henrique Dias | 1 | +1/-1 | 1 |
+
 ## v0.19.1
 
 ### 🔦 Highlights