Skip to content

Commit

Permalink
Merge pull request #248 from HubSpot/10.0.0-beta.3
Browse files Browse the repository at this point in the history
10.0.0 beta.3
  • Loading branch information
ksvirkou-hubspot authored May 11, 2023
2 parents 49fadce + 01e6b0f commit 0b58204
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@ 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/10.0.0-beta.2...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/10.0.0-beta.3...HEAD)

## [10.0.0-beta.3](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.3) - 2023-05-11

## Added

- `crm()->objects()->communications()` Api client.
- `crm()->associations()->v4()->basicApi()` Api.
- `Enums\AssociationTypes` Enum.

## Updated

- `crm()->associations()->typesApi()` => `crm()->associations()->schema()->typesApi()`.
- `crm()->associations()->v4()->definitionsApi()` => `crm()->associations()->v4()->schema()->definitionsApi()`.
- Removed deprecated `Webhooks` util.


## [10.0.0-beta.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.2) - 2023-04-27

Expand Down Expand Up @@ -530,3 +545,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[9.4.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.4.0
[10.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta
[10.0.0-beta.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.2
[10.0.0-beta.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.3
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubspot/api-client",
"version": "10.0.0-beta.2",
"version": "10.0.0-beta.3",
"description": "Hubspot API client",
"keywords": [
"hubspot",
Expand Down
1 change: 1 addition & 0 deletions lib/Enums/AssociationTypes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
namespace Enums;

class AssociationTypes
{
Expand Down

0 comments on commit 0b58204

Please sign in to comment.