From 849070efa45d19675335687ac8e2929415ce2f28 Mon Sep 17 00:00:00 2001 From: Ross Cooper Date: Thu, 15 Oct 2020 09:36:34 +0100 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 9 +++++++-- VERSION.txt | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da87de5..2aaef84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2020-10-15 + +- Updated [Hubspot PHP package to v3](https://github.com/HubSpot/hubspot-php/compare/v2.0.6...v3.0.0), adding Guzzle 7 support + ## [3.0.0] - 2020-02-09 ### Changed @@ -18,8 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]:https://github.com/rossjcooper/laravel-hubspot/compare/v2.0.0...HEAD -[2.0.0]:https://github.com/rossjcooper/laravel-hubspot/compare/v2.0.0...1.3.0 -[3.0.0]:https://github.com/rossjcooper/laravel-hubspot/compare/v3.0.0...2.0.0 +[2.0.0]:https://github.com/rossjcooper/laravel-hubspot/compare/2.0.0...1.3.0 +[3.0.0]:https://github.com/rossjcooper/laravel-hubspot/compare/3.0.0...2.0.0 +[4.0.0]:https://github.com/rossjcooper/laravel-hubspot/compare/4.0.0...3.0.0 [#19]: https://github.com/rossjcooper/laravel-hubspot/pull/19 [#22]: https://github.com/rossjcooper/laravel-hubspot/pull/22 \ No newline at end of file diff --git a/VERSION.txt b/VERSION.txt index 56fea8a..0c89fc9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -3.0.0 \ No newline at end of file +4.0.0 \ No newline at end of file