From 7cd9abfc90a43e61a592d4d1f0aef28de7e9a893 Mon Sep 17 00:00:00 2001 From: Ankit Das <89454448+ankitdas13@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:38:04 +0530 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48df5a6..8698c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format ## Unreleased -## [2.0.0][2.0.0] - 2025-08-17 +## [2.0.0][2.0.0] - 2025-08-19 fix: pkg_resources deprecation warning on runtime feat: Added retry mechanism for failed API calls with `enable_retry(True)` method feat: Enhanced error handling for network connectivity issues From d267f4f0dd2790145dd5612a9919cde3f00da388 Mon Sep 17 00:00:00 2001 From: ankitdas13 Date: Mon, 22 Sep 2025 11:49:30 +0530 Subject: [PATCH 2/3] update version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8698c0a..623a12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format ## Unreleased -## [2.0.0][2.0.0] - 2025-08-19 +## [2.0.0][2.0.0] - 2025-08-22 fix: pkg_resources deprecation warning on runtime feat: Added retry mechanism for failed API calls with `enable_retry(True)` method feat: Enhanced error handling for network connectivity issues From 0b3f2bbbfda2972ca77c9d636730d339d55619cf Mon Sep 17 00:00:00 2001 From: ankitdas13 Date: Mon, 22 Sep 2025 12:02:13 +0530 Subject: [PATCH 3/3] date typo correction --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623a12d..aeed800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format ## Unreleased -## [2.0.0][2.0.0] - 2025-08-22 +## [2.0.0][2.0.0] - 2025-09-22 fix: pkg_resources deprecation warning on runtime feat: Added retry mechanism for failed API calls with `enable_retry(True)` method feat: Enhanced error handling for network connectivity issues