diff --git a/CHANGELOG.md b/CHANGELOG.md index c32e5fb0..6352c5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ 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/v2.0.5...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v2.0.7...v2) + +## [2.0.7] + +### Fixed +- Files::update ## [2.0.6] diff --git a/composer.json b/composer.json index 5031ec2d..f36562e4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "hubspot/hubspot-php", + "version": "2.0.7", "description": "HubSpot PHP API client", "keywords": [ "hubspot", "api" ], "license": "Apache-2.0",