From be5988e56c60ccde85ef001ce21cbd74d581d5b6 Mon Sep 17 00:00:00 2001 From: alexey Date: Fri, 12 May 2023 10:47:40 +0300 Subject: [PATCH] 8.0.0-beta.4 --- CHANGELOG.md | 14 +++++++++++++- VERSION | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f4e1de..5ace7a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,19 @@ 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-python/compare/v8.0.0-beta.3...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v8.0.0-beta.4...HEAD) + +## [8.0.0-beta.4](https://github.com/HubSpot/hubspot-api-python/compare/v8.0.0-beta.3...v8.0.0-beta.4) - 2023-05-12 + +## Added + +- `crm.associations.v4.basic_api` Api. + +## Updated + +- `crm.associations.types_api` -> `crm.associations.schema.types_api`. +- `crm.associations.v4.definitions_api` -> `crm.associations.v4.schema.definitions_api`. +- ## [8.0.0-beta.3](https://github.com/HubSpot/hubspot-api-python/compare/v8.0.0-beta.2...v8.0.0-beta.3) - 2023-05-04 diff --git a/VERSION b/VERSION index b7360cb6..4e54dd72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0-beta.3 +8.0.0-beta.4