Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luandy64 committed May 30, 2023
1 parent 5e27360 commit 946fa5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.12.2
* Dependabot update [#228](https://github.com/singer-io/tap-hubspot/pull/228)

## 2.12.1
* Use sync start time for writing bookmarks [#226](https://github.com/singer-io/tap-hubspot/pull/226)

Expand Down Expand Up @@ -101,4 +104,4 @@
## 2.2.0
* Adds property selection to the tap [#67](https://github.com/singer-io/tap-hubspot/pull/67)
* Removed the keywords stream as it is deprecated [#68](https://github.com/singer-io/tap-hubspot/pull/68)
* Schema updates [#69](https://github.com/singer-io/tap-hubspot/pull/69) [#70](https://github.com/singer-io/tap-hubspot/pull/70)
* Schema updates [#69](https://github.com/singer-io/tap-hubspot/pull/69) [#70](https://github.com/singer-io/tap-hubspot/pull/70)
4 changes: 2 additions & 2 deletions 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.12.1',
version='2.12.2',
description='Singer.io tap for extracting data from the HubSpot API',
author='Stitch',
url='http://singer.io',
Expand Down Expand Up @@ -43,4 +43,4 @@
],
},
include_package_data=True,
)
)

0 comments on commit 946fa5d

Please sign in to comment.