From 5fa20c2aadaa5ab461e6ed3a759924ccf54655f5 Mon Sep 17 00:00:00 2001 From: Sourabh Gandhi Date: Mon, 15 Apr 2024 12:04:39 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfbab1c..53d598f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog ## 1.20.2 - * Bump facebook_business SDK to v19.0.2 [#238](https://github.com/singer-io/tap-facebook/pull/239) + * Bump facebook_business SDK to v19.0.2 + * Monkey patch FacebookAdsApi.call function to retry on `summary param` error + * [#239](https://github.com/singer-io/tap-facebook/pull/239) ## 1.20.1 * Bump facebook_business SDK to v19.0.0 [#238](https://github.com/singer-io/tap-facebook/pull/238)