diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62fcdae68daabc9a4787107afd2e4cd17be80f81..341a8bfa29ed90ce643e9575df0759fe55064a72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - **Unit Tests**:
   - URI replacements and resource clearing functionality.
-  - Support for multiple formats: GeoTIFF, Atom, DOCX, ODT, XLSX, JPEG, PDF, TXT, TIF.
+  - Support for multiple formats: Atom, DOCX, GeoTIFF, GeoJSON, JPEG, ODT, ODS, PDF, RDF, TXT, WMTS, XLSX.
   - Frictionless Data Resource validation.
 
 - **Report Generation**:
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   - Updated coverage settings to better manage test file inclusion/exclusion.
   - Test files are now excluded from coverage reports to focus on measuring application code quality.
 
+- **Dockerfile**: Switched base image to `python:3.10` and updated installation steps for dependencies, pipx, and Poetry.
+
 ## [1.0.0] - 2024-12-20
 
 ### Added