Skip to content

Commit 8ba1724

Browse files
committed
chore: prepare 0.13.1 release
0.13.1 was bumped in pom.xml and added to the CHANGELOG but never tagged or released (latest real tag/release is v0.13.0). Fold the OkHttp read timeout fix into the still-unreleased 0.13.1 and set the release date, so we ship 0.13.1 (env API key support + read timeout fix) with no version gap. No pom change needed; version already reads 0.13.1.
1 parent c37e2dd commit 8ba1724

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.13.1] - 2026-03-25
10+
## [0.13.1] - 2026-07-01
1111
### Added
1212
- Added support to load a SCANOSS API key from an environment variable (`SCANOSS_API_KEY`) if available.
13+
### Fixed
14+
- Disabled OkHttp's default read timeout so long-running scans are bounded only by the overall call timeout, preventing premature failures on large payloads.
1315

1416
## [0.13.0] - 2026-02-04
1517
### Added

0 commit comments

Comments
 (0)