From 310b572d7b6d36e78b3f886d962de2d3a3073bd6 Mon Sep 17 00:00:00 2001 From: zachharris1 <69470481+zachharris1@users.noreply.github.com> Date: Tue, 5 Oct 2021 14:07:26 -0400 Subject: [PATCH] bump 1.5.0 (#103) --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",