diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db0742..da87de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2020-02-09 + ### Changed -- Update HubSpot composer dependency. Allows use of current / future API V3 calls. +- Update HubSpot composer dependency. Allows use of current / future API V3 calls. [#22] ## [2.0.0] - 2020-01-07 @@ -17,5 +19,7 @@ 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 -[#19]: https://github.com/rossjcooper/laravel-hubspot/pull/19 \ No newline at end of file +[#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 359a5b9..56fea8a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.0.0 \ No newline at end of file +3.0.0 \ No newline at end of file