Skip to content

Commit

Permalink
Merge pull request #361 from HubSpot/feature/bumpVersion
Browse files Browse the repository at this point in the history
bump version to 3.2.0
  • Loading branch information
ksvirkou-hubspot authored Oct 14, 2021
2 parents 66f5634 + 77000b9 commit 8448177
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
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.1.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v3.2.0...HEAD)

## [3.2.0]

### Changed
- companies->getById($id) => companies->getById($id, array $params = [])
- Remove unneeded defaults for files api

## [3.1.0]

Expand Down Expand Up @@ -50,6 +56,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Rename Email to EmailSubscriptions
- Update many resources (Method's Visibility, Type Hinting etc)
- Repair majority of tests
- SingleEmail => TransactionEmail

## [1.0.0-rc.1]

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/hubspot-php",
"version": "3.1.0",
"version": "3.2.0",
"description": "HubSpot PHP API client",
"keywords": [ "hubspot", "api" ],
"license": "Apache-2.0",
Expand Down

0 comments on commit 8448177

Please sign in to comment.