From 1fd5c1430f125c31dd8e2f0133f4ed749dbec53c Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 19 Dec 2023 11:03:38 +0300 Subject: [PATCH] 17.2.0 --- CHANGELOG.md | 12 +++++++++++- Gemfile.lock | 2 +- lib/hubspot/version.rb | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c3ee7f..23a00ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,18 @@ 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.1.1...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.2.0...HEAD) +## [17.2.0] - 2023-12-19 + +## Addded + +- `cms.pages` Api client. +- `crm.lists` Api client. +- `crm.objects.goals` Api client. +- `crm.objects.taxes` Api client. +- `events.send` Api client. +- `settings.business_units` Api client. ## [17.1.1] - 2023-09-28 diff --git a/Gemfile.lock b/Gemfile.lock index 94c294d3..d9f47a68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hubspot-api-client (17.1.1) + hubspot-api-client (17.2.0) json (~> 2.1, >= 2.1.0) typhoeus (~> 1.4.0) diff --git a/lib/hubspot/version.rb b/lib/hubspot/version.rb index ff366ce4..8f678448 100644 --- a/lib/hubspot/version.rb +++ b/lib/hubspot/version.rb @@ -1,3 +1,3 @@ module Hubspot -VERSION = '17.1.1' +VERSION = '17.2.0' end