diff --git a/History.md b/History.md index c77f4a9..6a25aaa 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ -# 2.2.1 +# 2.3.2 / 2019-10-21 + +- Update hubspot.contacts.getById method +- Update hubspot.companies.getByDomain method +- Update hubspot.oauth.getAuthorizationUrl method + +# 2.3.1 - Add getPortalInfo for OAuth - Update getByDomain method diff --git a/package.json b/package.json index fed1861..fa78ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubspot", - "version": "2.3.1", + "version": "2.3.2", "description": "A node wrapper for the HubSpot API", "main": "index.js", "scripts": {