diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdfcbf..a4beb91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## v0.1.5 + * Fix `400 Cannot have filter_partition dimension without specifying filter-partitions in the request` error [#104](https://github.com/singer-io/tap-ga4/pull/104) ## v0.1.4 * Add `NUMBER` data type in the catalog for the `INTEGER` type metric field. [#102](https://github.com/singer-io/tap-ga4/pull/102) diff --git a/setup.py b/setup.py index d2ab2a3..76672d0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="tap-ga4", - version="0.1.4", + version="0.1.5", description="Singer.io tap for extracting data", author="Stitch", url="http://singer.io", diff --git a/tap_ga4/field_exclusions.json b/tap_ga4/field_exclusions.json index 94eaf12..fe6e706 100644 --- a/tap_ga4/field_exclusions.json +++ b/tap_ga4/field_exclusions.json @@ -1,4 +1,5 @@ { + "comparison":[], "achievementId": [ "cohortNthDay", "cohortNthMonth",