From fce4abafaed8a8b514ec786278ac5cbbcc194286 Mon Sep 17 00:00:00 2001 From: Zach Harris Date: Fri, 15 Apr 2022 14:22:18 +0000 Subject: [PATCH 1/2] bump to v13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93a14975..9ac0edbd 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'attrs==17.3.0', 'backoff==1.8.0', 'pendulum==1.2.0', - 'facebook_business==12.0.0', + 'facebook_business==13.0.0', 'requests==2.20.0', 'singer-python==5.10.0', ], From 18184e8f4903c8a7d9a6ecd73dab1ce7b3e13698 Mon Sep 17 00:00:00 2001 From: KrishnanG Date: Tue, 14 Jun 2022 16:11:49 +0000 Subject: [PATCH 2/2] Change CHANGElog and setup.py --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8358b052..85693cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.18.3 + * Facebook busines API to V13.0 [#191] (https://github.com/singer-io/tap-facebook/pull/191) ## 1.18.2 * Implemented Request Timeout [#173](https://github.com/singer-io/tap-facebook/pull/173) diff --git a/setup.py b/setup.py index 9ac0edbd..717d4694 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-facebook', - version='1.18.2', + version='1.18.3', description='Singer.io tap for extracting data from the Facebook Ads API', author='Stitch', url='https://singer.io',