From 657d6b85bfec098151ee744743d79705ea0db859 Mon Sep 17 00:00:00 2001 From: prijendev Date: Mon, 28 Oct 2024 15:43:17 +0530 Subject: [PATCH] Changes for tap release --- CHANGELOG.md | 3 +++ setup.py | 2 +- tests/test_hubspot_all_fields.py | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a8656c..ebea5ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.1.1 + * Replace legacy properties for Contacts and Deals [#265](https://github.com/singer-io/tap-hubspot/pull/265) + ## 3.1.0 * Renames custom object that shares name with standard objects [#263](https://github.com/singer-io/tap-hubspot/pull/263) diff --git a/setup.py b/setup.py index fe4437ae..88a7703a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-hubspot', - version='3.1.0', + version='3.1.1', description='Singer.io tap for extracting data from the HubSpot API', author='Stitch', url='http://singer.io', diff --git a/tests/test_hubspot_all_fields.py b/tests/test_hubspot_all_fields.py index 7797b8c8..6ade0ac8 100644 --- a/tests/test_hubspot_all_fields.py +++ b/tests/test_hubspot_all_fields.py @@ -164,6 +164,9 @@ def get_matching_actual_record_by_pk(expected_primary_key_dict, actual_records): 'property_hs_analytics_latest_source_data_2_contact', 'property_hs_deal_score', 'property_hs_is_active_shared_deal', + 'property_hs_v2_date_entered_appointmentscheduled', + 'property_hs_v2_date_exited_appointmentscheduled', + 'property_hs_v2_latest_time_in_appointmentscheduled', 'property_hs_v2_cumulative_time_in_appointmentscheduled', 'property_hs_v2_date_entered_qualifiedtobuy', 'property_deal_currency_code'