Skip to content

Commit

Permalink
bump to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Allan committed Sep 13, 2018
1 parent f839658 commit 7b5aa2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.5.5
* Updates the `should_retry_api_error` function to include the error_subcode 99 when Facebook fails to retrieve Ad data

## 1.5.4
* Add retry_pattern annotations to record_preparation function calls so they don't fall victim to Facebook 500's as often [#48](https://github.com/singer-io/tap-facebook/pull/48)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='tap-facebook',
version='1.5.4',
version='1.5.5',
description='Singer.io tap for extracting data from the Facebook Ads API',
author='Stitch',
url='https://singer.io',
Expand Down

0 comments on commit 7b5aa2a

Please sign in to comment.