File tree 3 files changed +13
-3
lines changed 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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 )
9
9
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.
10
20
11
21
## [ 17.1.1] - 2023-09-28
12
22
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- hubspot-api-client (17.1.1 )
4
+ hubspot-api-client (17.2.0 )
5
5
json (~> 2.1 , >= 2.1.0 )
6
6
typhoeus (~> 1.4.0 )
7
7
Original file line number Diff line number Diff line change 1
1
module Hubspot
2
- VERSION = '17.1.1 '
2
+ VERSION = '17.2.0 '
3
3
end
You can’t perform that action at this time.
0 commit comments