diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe30a4..2757303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2] - 2026-07-01 +### 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.1] - 2026-03-25 ### Added - Added support to load a SCANOSS API key from an environment variable (`SCANOSS_API_KEY`) if available. diff --git a/pom.xml b/pom.xml index ed3a1a1..202832c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.scanoss scanoss - 0.13.1 + 0.13.2 jar scanoss.java https://github.com/scanoss/scanoss.java