From 77000b97b83e1946492bf602bfeab37002a1cd8d Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Thu, 14 Oct 2021 09:52:52 +0300 Subject: [PATCH] bump version --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7ba4ef..4920d586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v3.1.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v3.2.0...HEAD) + +## [3.2.0] + +### Changed +- companies->getById($id) => companies->getById($id, array $params = []) +- Remove unneeded defaults for files api ## [3.1.0] @@ -50,6 +56,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Rename Email to EmailSubscriptions - Update many resources (Method's Visibility, Type Hinting etc) - Repair majority of tests +- SingleEmail => TransactionEmail ## [1.0.0-rc.1] diff --git a/composer.json b/composer.json index f57abe6c..433d2278 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/hubspot-php", - "version": "3.1.0", + "version": "3.2.0", "description": "HubSpot PHP API client", "keywords": [ "hubspot", "api" ], "license": "Apache-2.0",