From 055c33d30b537a54c5e64ee4488131dce70ff5bf Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Mon, 9 Nov 2020 13:12:25 +0300 Subject: [PATCH] up version to 2.2.0 --- CHANGELOG.md | 13 ++++++++++++- composer.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2aa0f5..c33b8615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/2.1.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/2.2.0...HEAD) + +## [2.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/2.2.0) - 2020-11-09 + +### Added + +- `cms()->hubdb()` API client + +### Fixed + + - `cms()->schemas()` change urls + - `crm()->timeline()->tokensApi` and `crm()->timeline()->templatesApi` remove OAuth token ## [2.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/2.1.0) - 2020-10-07 diff --git a/composer.json b/composer.json index f55a5f98..a49972d7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "2.1.0", + "version": "2.2.0", "description": "Hubspot API client", "keywords": [ "hubspot",