Skip to content

Commit

Permalink
Changes for tap release
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev committed Oct 28, 2024
1 parent 8b040a4 commit 657d6b8
Show file tree
Hide file tree
Showing 3 changed files with 7 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

## 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)

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-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',
Expand Down
3 changes: 3 additions & 0 deletions tests/test_hubspot_all_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 657d6b8

Please sign in to comment.