diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d93d8..7bb03b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ 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.2.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v5.3.0...HEAD) + +## [5.3.0] + +### Changes + +- Added `SevenShores\Hubspot\Utils\Timestamp`. +- Update `psr/http-message` version to `^1.1 || ^2.0`. ## [5.2.0] diff --git a/composer.json b/composer.json index ccdc149..1a80324 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/hubspot-php", - "version": "5.2.0", + "version": "5.3.0", "description": "HubSpot PHP API client", "keywords": [ "hubspot", "api" ], "license": "Apache-2.0",