From fa70456d4cce57a31cd9d1ff87ec006b7438cc18 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 25 Nov 2024 22:13:29 -0500 Subject: [PATCH] Update readme for 0.9.2 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f50f7b..c5b04c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [0.9.1] - 2024-08-16 +## [0.9.2] - 2024-11-29 + +### Fixed +- Correctly set maxRequests in okhttp dispatcher based on setMaxRequests TectonClient builder method. + +## [0.9.1] - 2024-10-16 ### Fixed - Properly specified okhttp3 as an api dependency.