Skip to content

Commit 484f0d5

Browse files
Merge pull request #269 from HubSpot/feature/17.2.0
17.2.0
2 parents 440d2bd + 1fd5c14 commit 484f0d5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.1.1...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.2.0...HEAD)
99

10+
## [17.2.0] - 2023-12-19
11+
12+
## Addded
13+
14+
- `cms.pages` Api client.
15+
- `crm.lists` Api client.
16+
- `crm.objects.goals` Api client.
17+
- `crm.objects.taxes` Api client.
18+
- `events.send` Api client.
19+
- `settings.business_units` Api client.
1020

1121
## [17.1.1] - 2023-09-28
1222

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hubspot-api-client (17.1.1)
4+
hubspot-api-client (17.2.0)
55
json (~> 2.1, >= 2.1.0)
66
typhoeus (~> 1.4.0)
77

lib/hubspot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hubspot
2-
VERSION = '17.1.1'
2+
VERSION = '17.2.0'
33
end

0 commit comments

Comments
 (0)