From 47a491db77716ddcaabe0323d91f9aa0f22cc52e Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Fri, 23 Oct 2020 13:37:14 +0300 Subject: [PATCH] up version --- CHANGELOG.md | 8 +++++++- composer.json | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b6d7b5..37f556e5 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/v3.0.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v3.0.1...HEAD) + +## [3.0.1] + +### Changed +- Files::upload +- Guzzle version 6 or 7 ## [3.0.0] diff --git a/composer.json b/composer.json index 862bfc0f..eae0b010 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "hubspot/hubspot-php", + "version": "3.0.1", "description": "HubSpot PHP API client", "keywords": [ "hubspot", "api" ], "license": "Apache-2.0",