diff --git a/CHANGELOG.md b/CHANGELOG.md index e26c2eef..dce1df38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.8.3 + * Bump `facebook_business` library to 5.0.2 [#83](https://github.com/singer-io/tap-facebook/pull/83) + ## 1.8.2 * Add `video_play_curve_actions` to ads_insights schemas [#80](https://github.com/singer-io/tap-facebook/pull/80) diff --git a/setup.py b/setup.py index 893d716f..5f942fc3 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-facebook', - version='1.8.2', + version='1.8.3', description='Singer.io tap for extracting data from the Facebook Ads API', author='Stitch', url='https://singer.io', @@ -13,7 +13,7 @@ 'attrs==16.3.0', 'backoff==1.8.0', 'pendulum==1.2.0', - 'facebook_business==4.0.5', + 'facebook_business==5.0.2', 'requests==2.20.0', 'singer-python==5.8.1', ],