From 96dd52efc6183943e4d6dd3a8a031111545b6aa6 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Mon, 25 Jan 2021 18:19:46 +0000 Subject: [PATCH] Bump to version 1.9.6, updated changelog --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86fe53fc..03278847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog + +## 1.9.6 + * Add check for `FacebookBadObjectError` and retry them on the `AdsInsights` stream [#124](https://github.com/singer-io/tap-facebook/pull/124) + ## 1.9.5 * Add check for `HTTP 500` and retry them on the `AdCreatives` stream [#121](https://github.com/singer-io/tap-facebook/pull/121) diff --git a/setup.py b/setup.py index 9eade49d..50649ed0 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-facebook', - version='1.9.5', + version='1.9.6', description='Singer.io tap for extracting data from the Facebook Ads API', author='Stitch', url='https://singer.io',