diff --git a/CHANGELOG.md b/CHANGELOG.md
index d197ec6f..6e726f30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,10 +4,18 @@
[Full Changelog](https://github.com/internetarchive/heritrix3/compare/3.10.2...HEAD)
+### New features
+
+- KnowledgableExtractorJS now extends ConfigurableExtractorJS for its additional options.
+
### Bug fixes
- Invalid characters are now stripped from the XML REST API output. Log file truncation after an unclean shutdown can sometimes introduce such characters. [#667](https://github.com/internetarchive/heritrix3/pull/667)
+### Dependency upgrdes
+
+- **gson**: 2.13.1 → 2.13.2
+
## [3.10.2](https://github.com/internetarchive/heritrix3/releases/tag/3.10.2) (2025-07-21)
[Download distribution zip](https://repo1.maven.org/maven2/org/archive/heritrix/heritrix/3.10.2/heritrix-3.10.2-dist.zip) (or [tar.gz](https://repo1.maven.org/maven2/org/archive/heritrix/heritrix/3.10.2/heritrix-3.10.2-dist.tar.gz))
diff --git a/contrib/pom.xml b/contrib/pom.xml
index d8576f4c..1077ad44 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -48,7 +48,7 @@
com.google.code.gson
gson
- 2.13.1
+ 2.13.2
org.junit.jupiter