From 7ab521bf7e435c6a20cfe7575001bd5c4785b278 Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Mon, 6 Jun 2022 18:25:35 +0300 Subject: [PATCH] bump version to 8.2.0 --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046ac815..1f32ff31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.1.2...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.2.0...HEAD) + +## [8.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.2.0) - 2022-06-07 + + ### Added + +- `crm()->quotes()->publicObjectApi()` +- added `$id_property` to `update` and `getById` methods of `crm()->contacts()->basicApi()` ## [8.1.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.1.2) - 2022-05-12 diff --git a/composer.json b/composer.json index 3d031ba6..2438a30f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "8.1.2", + "version": "8.2.0", "description": "Hubspot API client", "keywords": [ "hubspot",