From b0d48d1653774d959ea4b357a5bbed06d0a4b15f Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Mon, 22 Aug 2022 16:30:14 +0300 Subject: [PATCH] bump version to 5.0.1 --- CHANGELOG.md | 10 ++++++++-- composer.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea89209..06b0062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/v5.0.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v5.0.1...HEAD) + +## [5.0.1] + +### Changed + +- Refactor: Updated naming from resources to endpoints ## [5.0.0] @@ -115,5 +121,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/v5.0.0...HEAD +[Unreleased]: https://github.com/ryanwinchester/hubspot-php/compare/v5.0.1...HEAD [1.0.0-rc.1]: https://github.com/ryanwinchester/hubspot-php/compare/v0.9.11...v1.0.0-rc.1 diff --git a/composer.json b/composer.json index 66f9281..afd62d5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/hubspot-php", - "version": "5.0.0", + "version": "5.0.1", "description": "HubSpot PHP API client", "keywords": [ "hubspot", "api" ], "license": "Apache-2.0",