diff --git a/CHANGELOG.md b/CHANGELOG.md index d147d359..f5bcb56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +** 1.5.0 + * Add schema for card_present charges [#101](https://github.com/singer-io/tap-stripe/pull/101) + ** 1.4.9 * Allow partial days in the `date_window_size` config value [#100](https://github.com/singer-io/tap-stripe/pull/100) diff --git a/setup.py b/setup.py index e366d98a..5fa0ad6f 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="tap-stripe", - version="1.4.9", + version="1.5.0", description="Singer.io tap for extracting data", author="Stitch", url="http://singer.io",