From c6bf40a93af21aed493c8b6e2136dd03cc4c6436 Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Tue, 1 Dec 2020 14:28:21 +0300 Subject: [PATCH] up version --- CHANGELOG.md | 15 ++++++++++++++- composer.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa55a900..9486e60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,20 @@ 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.3.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/2.4.0...HEAD) + +## [2.4.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/2.4.0) - 2020-12-01 + +### Added + +- `cms()->blogs()->authors()` API client +- `cms()->blogs()->blogPosts()` API client +- `cms()->blogs()->tags()` API client + +### Updated + +- `cms()->hubdb()` API client + ## [2.3.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/2.3.0) - 2020-11-18 diff --git a/composer.json b/composer.json index 46c6887d..006f178b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "2.3.0", + "version": "2.4.0", "description": "Hubspot API client", "keywords": [ "hubspot",