Skip to content

Commit

Permalink
bump version to 2.7.0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: nick-mccoy <[email protected]>
  • Loading branch information
nick-mccoy and nick-mccoy authored Apr 8, 2020
1 parent c8a92c3 commit d168b50
Show file tree
Hide file tree
Showing 2 changed files with 4 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

## 2.7.0
* Fields nested under `properties` are copied to top level and prepended with `property_` [#107](https://github.com/singer-io/tap-hubspot/pull/107)

## 2.6.5
* For `deals` stream, use `includeAllProperties` flag instead of appending all properties to request url [#112](https://github.com/singer-io/tap-hubspot/pull/112)

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='2.6.5',
version='2.7.0',
description='Singer.io tap for extracting data from the HubSpot API',
author='Stitch',
url='http://singer.io',
Expand Down

0 comments on commit d168b50

Please sign in to comment.