From 2a3ec4503fa2b76106eb01c91a75577ec8caaf68 Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Fri, 23 Oct 2020 13:30:22 +0300 Subject: [PATCH 1/2] v2.0.7 --- CHANGELOG.md | 7 ++++++- composer.json | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c32e5fb0..18387f35 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...HEAD) + +## [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", From d0adbaf88840eb17ace53d261c9ce906eafc5df7 Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Fri, 23 Oct 2020 13:39:42 +0300 Subject: [PATCH 2/2] fix unreliced link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18387f35..6352c5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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.7...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v2.0.7...v2) ## [2.0.7]