From 625b87d83ca7ef76b05b49a8561ef19aacbcb142 Mon Sep 17 00:00:00 2001 From: Ross Cooper Date: Sat, 12 Nov 2022 21:49:34 +0000 Subject: [PATCH] Release 5.0.0 --- CHANGELOG.md | 7 +++++++ VERSION.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aaef84..2b5d179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] - 2022-11-12 + +- Updated Hubspot package to v5 +- Added support for private apps ([#34](https://github.com/rossjcooper/laravel-hubspot/pull/34)) +- Updated workfloe tests to support PHP 8.0 and 8.1 + ## [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 @@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.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 +[5.0.0]:https://github.com/rossjcooper/laravel-hubspot/compare/5.0.0...4.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 0c89fc9..28cbf7c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.0.0 \ No newline at end of file +5.0.0 \ No newline at end of file