From 4ce16b438437291e733de8b95f10c039eedaf342 Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Fri, 17 Dec 2021 17:24:35 +0300 Subject: [PATCH] 3.2.1 --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4920d586..95eb415d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ 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.2.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v3.2.1...HEAD) + +## [3.2.1] + +### Changed +- Update type hinting +- Update Readme +- Fix Products (rename parameter for createBatch) ## [3.2.0] diff --git a/composer.json b/composer.json index 433d2278..67570126 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/hubspot-php", - "version": "3.2.0", + "version": "3.2.1", "description": "HubSpot PHP API client", "keywords": [ "hubspot", "api" ], "license": "Apache-2.0",