From 469ba35065e8501d034489d9cb09692957fca71d Mon Sep 17 00:00:00 2001 From: Ayush Kamat Date: Wed, 2 Oct 2024 11:01:04 -0700 Subject: [PATCH] changelog + setup Signed-off-by: Ayush Kamat --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f2cc6e..405632d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ Types of changes # Latch SDK Changelog +## v2.53.2 - 2024-10-02 + +### Changed + +* All requests done by `latch cp` now + - use connection pooling / reuses + - have automatic retries with backoff + ## v2.53.1 - 2024-10-02 ### Added diff --git a/setup.py b/setup.py index 8e535c75..3a510c96 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="latch", - version="v2.53.1", + version="v2.53.2", author_email="kenny@latch.bio", description="The Latch SDK", packages=find_packages(),