Skip to content

Commit

Permalink
Merge pull request #392 from HubSpot/feature/v5
Browse files Browse the repository at this point in the history
bump version to 5.0.0
  • Loading branch information
ksvirkou-hubspot authored Aug 11, 2022
2 parents 493789d + 859d784 commit a9abbf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
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/v4.0.2...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v5.0.0...HEAD)

## [5.0.0]

### Changed
- All `Resources` was renamed to `Endponts` (e.x. `SevenShores\Hubspot\Endpoints\Contacts`)
- Added to exceptions ('SevenShores\Hubspot\Exceptions{ BadRequest, HubspotException}') previous exception
- Fixed wrapResponse (if wrapResponse=false exeptions won't be wrapped)
- Added docker container for running tests and updated contributing.mb
- Webhooks Util announced deprecated
- Signature Util added (Validation requests from HubSpot)

## [4.0.2]

Expand Down Expand Up @@ -105,5 +115,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Trying to return a response with`RequestException` in the `Client`. It now re-throws a new `BadRequest` Exception. [#48](https://github.com/ryanwinchester/hubspot-php/issues/48) @ryanwinchester

[Unreleased]: https://github.com/ryanwinchester/hubspot-php/compare/v4.0.2...HEAD
[Unreleased]: https://github.com/ryanwinchester/hubspot-php/compare/v5.0.0...HEAD
[1.0.0-rc.1]: https://github.com/ryanwinchester/hubspot-php/compare/v0.9.11...v1.0.0-rc.1
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": "4.0.2",
"version": "5.0.0",
"description": "HubSpot PHP API client",
"keywords": [ "hubspot", "api" ],
"license": "Apache-2.0",
Expand Down

0 comments on commit a9abbf7

Please sign in to comment.