diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a18c99..e0a03b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,21 @@ 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-ruby/compare/v17.0.0-beta.2...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.0.0-beta.3...HEAD) +## [17.0.0-beta.3] - 2023-05-12 + +## Added + +- `crm.associations.v4.basic_api` Api. +- `crm.objects.communications` Api client + +### Updated + + - `crm.associations.types_api` => `crm.associations.schema.types_api`. + - `crm.associations.v4.definitions_api` => `crm.associations.v4.schema.definitions_api`. + ## [17.0.0-beta.2] - 2023-04-28 ### Updated diff --git a/Gemfile.lock b/Gemfile.lock index b98a5ad9..b1c84c37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hubspot-api-client (17.0.0-beta.2) + hubspot-api-client (17.0.0-beta.3) json (~> 2.1, >= 2.1.0) typhoeus (~> 1.4.0) diff --git a/lib/hubspot/version.rb b/lib/hubspot/version.rb index 8b8e0366..01185159 100644 --- a/lib/hubspot/version.rb +++ b/lib/hubspot/version.rb @@ -1,3 +1,3 @@ module Hubspot -VERSION = '17.0.0-beta.2' +VERSION = '17.0.0-beta.3' end