Skip to content

Commit

Permalink
changelog + setup
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Oct 2, 2024
1 parent 0f37225 commit 469ba35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.53.1",
version="v2.53.2",
author_email="[email protected]",
description="The Latch SDK",
packages=find_packages(),
Expand Down

0 comments on commit 469ba35

Please sign in to comment.