diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe30a4..056cd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.13.1] - 2026-03-25 +## [0.13.1] - 2026-07-01 ### Added - Added support to load a SCANOSS API key from an environment variable (`SCANOSS_API_KEY`) if available. +### Fixed +- Disabled OkHttp's default read timeout so long-running scans are bounded only by the overall call timeout, preventing premature failures on large payloads. ## [0.13.0] - 2026-02-04 ### Added