diff --git a/CHANGELOG.md b/CHANGELOG.md index 79621558..d86c59b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,51 @@ 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...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.1.0...HEAD) -## [17.0.0.pre.beta.4] - 2023-06-14 +## [17.1.0] - 2023-08-07 + +## Removed `hapikey` from + +- `automation.actions.callbacksApi` Api. +- `cms` (all Api clients). +- `communicationPreferences` (all Api clients). +- `conversations` (all API clients). +- `crm` (all Api clients). +- `events` (all Api clients). +- `files` (all Api clients). +- `marketing.events.settingsExternalApi` Api. +- `marketing.transactional` Api client. + +## Updated + +- Cnange type from `object` to `string` in `cms/hubdb/models/StandardError::category`. +- Cnange type from `StandardError[]` to `StandardError1[]` in `crm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors::errors`. +- Cnange type from `ErrorCategory` to `string` in `crm/companies/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/contacts/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/deals/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/lineitems/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/calls/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/communications/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/emails/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/feedback_submissions/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/meetings/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/notes/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/postal_mail/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/objects/tasks/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/products/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/properties/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/quotes/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `crm/tickets/models/StandardError::category`. +- Cnange type from `ErrorCategory` to `string` in `webhooks/models/StandardError::category`. + +## Fixed +- `Hubspot::Helpers::Path.require_with_codegen_mapping()` + + +## [17.0.0] - 2023-06-14 ## Updated diff --git a/Gemfile.lock b/Gemfile.lock index 39884cd6..6c0f128f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hubspot-api-client (17.0.0) + hubspot-api-client (17.1.0) json (~> 2.1, >= 2.1.0) typhoeus (~> 1.4.0) diff --git a/lib/hubspot/version.rb b/lib/hubspot/version.rb index 570adccb..ace0fbc0 100644 --- a/lib/hubspot/version.rb +++ b/lib/hubspot/version.rb @@ -1,3 +1,3 @@ module Hubspot -VERSION = '17.0.0' +VERSION = '17.1.0' end diff --git a/pkg/hubspot-api-client-17.0.0.pre.beta.2.gem b/pkg/hubspot-api-client-17.0.0.pre.beta.2.gem deleted file mode 100644 index 523f1d40..00000000 Binary files a/pkg/hubspot-api-client-17.0.0.pre.beta.2.gem and /dev/null differ diff --git a/pkg/hubspot-api-client-17.0.0.pre.beta.3.gem b/pkg/hubspot-api-client-17.0.0.pre.beta.3.gem deleted file mode 100644 index 22fe5df7..00000000 Binary files a/pkg/hubspot-api-client-17.0.0.pre.beta.3.gem and /dev/null differ diff --git a/pkg/hubspot-api-client-17.0.0.pre.beta.4.gem b/pkg/hubspot-api-client-17.0.0.pre.beta.4.gem deleted file mode 100644 index 64f384c9..00000000 Binary files a/pkg/hubspot-api-client-17.0.0.pre.beta.4.gem and /dev/null differ