Skip to content

Commit

Permalink
bump version to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Apr 14, 2022
1 parent 97ce02d commit b3f3c61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,25 @@ 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.0.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.1.0...HEAD)

## [8.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.1.0) - 2022-04-14

### Added

- `crm()->companies()->publicObjectApi`
- `crm()->contacts()->publicObjectApi`
- `crm()->deals()->publicObjectApi`
- `crm()->lineItems()->publicObjectApi`
- `crm()->objects()->calls()->publicObjectApi`
- `crm()->objects()->publicObjectApi`
- `crm()->objects()->emails()->publicObjectApi`
- `crm()->objects()->meetings()->publicObjectApi`
- `crm()->objects()->notes()->publicObjectApi`
- `crm()->objects()->tasks()->publicObjectApi`
- `crm()->products()->publicObjectApi`
- `crm()->tickets()->publicObjectApi`
- add field "values" to all CRM objects `Filter`

## [8.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.0.0) - 2022-04-08

Expand Down
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": "8.0.0",
"version": "8.1.0",
"description": "Hubspot API client",
"keywords": [
"hubspot",
Expand Down

0 comments on commit b3f3c61

Please sign in to comment.