diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f32ff31..82d5b859 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.2.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.2.1...HEAD) + +## [8.2.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.2.1) - 2022-06-10 + + ### Fixed + +- `crm()->objects()->feedbackSubmissions()` method names +- `crm()->quotes()->publicObjectApi()` ## [8.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.2.0) - 2022-06-07 @@ -152,14 +159,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/3.0.1) - 2021-06-18 -### Fixed - -- fix composer json - -## [3.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/3.0.0) - 2021-06-18 - ### Fixed (breaking changes) +- fix composer json - rename method "search" => "doSearch" `crm()->objects()->searchApi()` API clients - regenerate all clients @@ -321,5 +323,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 25. getSubscriptions => getAll (webhooks()->subscriptionsApi()) 26. updateSubscription => update (webhooks()->subscriptionsApi()) -[unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/v1.0.0-beta...HEAD +[unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/8.2.1...HEAD [1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta +[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0 +[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0 +[1.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.3.0 +[1.3.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.3.1 +[1.3.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.3.2 +[2.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.0.0 +[2.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.1.0 +[2.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.2.0 +[2.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.3.0 +[2.4.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.4.0 +[2.5.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.5.0 +[2.6.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.6.0 +[2.6.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.6.1 +[2.7.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.7.0 +[2.7.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.7.1 +[2.8.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.8.0 +[2.8.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/2.8.1 +[3.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/3.0.1 +[3.0.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/3.0.2 +[3.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/3.1.0 +[4.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/4.0.0 +[5.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/5.0.0 +[5.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/5.1.0 +[5.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/5.1.1 +[6.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/6.0.0 +[6.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/6.0.1 +[7.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/7.0.0 +[8.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/8.0.0 +[8.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/8.1.0 +[8.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/8.1.1 +[8.1.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/8.1.2 +[8.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/8.2.0 +[8.2.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/8.2.1 diff --git a/composer.json b/composer.json index 2438a30f..a475af93 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "8.2.0", + "version": "8.2.1", "description": "Hubspot API client", "keywords": [ "hubspot", diff --git a/composer.lock b/composer.lock index b0ea5733..9bf70b91 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5f2ebde6733f1d2d48a8a3ccf0e1d92b", + "content-hash": "605ccbf1fbfcbd732db1ad84cb9b35b5", "packages": [ { "name": "guzzlehttp/guzzle", - "version": "7.4.3", + "version": "7.4.4", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab" + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab", - "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8", + "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8", "shasum": "" }, "require": { @@ -112,7 +112,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.4.3" + "source": "https://github.com/guzzle/guzzle/tree/7.4.4" }, "funding": [ { @@ -128,7 +128,7 @@ "type": "tidelift" } ], - "time": "2022-05-25T13:24:33+00:00" + "time": "2022-06-09T21:39:15+00:00" }, { "name": "guzzlehttp/promises", @@ -216,16 +216,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.2.1", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2" + "reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2", - "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/83260bb50b8fc753c72d14dc1621a2dac31877ee", + "reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee", "shasum": "" }, "require": { @@ -249,7 +249,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } }, "autoload": { @@ -311,7 +311,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.2.1" + "source": "https://github.com/guzzle/psr7/tree/2.3.0" }, "funding": [ { @@ -327,7 +327,7 @@ "type": "tidelift" } ], - "time": "2022-03-20T21:55:58+00:00" + "time": "2022-06-09T08:26:02+00:00" }, { "name": "psr/http-client",