diff --git a/CHANGELOG.md b/CHANGELOG.md index 507dc3e59..aea0177bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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-nodejs/compare/11.1.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-nodejs/compare/11.2.0...HEAD) + +## [11.2.0] - 2024-08-14 + +## Added + +- Added `crm.objects.leads` Api client. ## [11.1.0] - 2024-02-29 @@ -707,7 +713,7 @@ export enum Enum { ## [2.0.0] - 2020-05-06 -### Breaking changes: +### Breaking changes - Updated crm.imports.coreApi client method names: getAll => getPage @@ -763,7 +769,7 @@ export enum Enum { 25. getSubscriptions => getAll (webhooks.subscriptionsApi) 26. updateSubscription => update (webhooks.subscriptionsApi) -[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/11.1.0...HEAD +[Unreleased]: https://github.com/HubSpot/hubspot-api-nodejs/compare/11.2.0...HEAD [1.0.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.0.0-beta [1.1.0-beta]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/v1.1.0-beta [2.0.1]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/2.0.1 @@ -824,3 +830,4 @@ export enum Enum { [11.0.0-beta.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.0.0-beta.0 [11.0.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.0.0 [11.1.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.1.0 +[11.2.0]: https://github.com/HubSpot/hubspot-api-nodejs/releases/tag/11.2.0 diff --git a/package-lock.json b/package-lock.json index 524c1a972..e4f5f6933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hubspot/api-client", - "version": "11.1.0", + "version": "11.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hubspot/api-client", - "version": "11.1.0", + "version": "11.2.0", "license": "ISC", "dependencies": { "@types/node-fetch": "^2.5.7", diff --git a/package.json b/package.json index 7327d4bd0..51db4dc1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/api-client", - "version": "11.1.0", + "version": "11.2.0", "description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files", "main": "lib/index.js", "types": "lib/index.d.ts",