File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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/v16.1.1...HEAD )
9
+
10
+ ## [ 16.1.1] - 2022-12-23
11
+ ### Fixed
12
+
13
+ - Added pipelineAuditsApi and pipelineStageAuditsApi to crm.pipelines discovery
14
+
8
15
## [ 16.1.0] - 2022-12-22
9
16
### Added
10
17
@@ -16,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
23
- Added Private App access token to (
17
24
- cms.domains
18
25
- crm.imports
19
- - crm.objects.emals
26
+ - crm.objects.emails
20
27
- marketing.events
21
28
)
22
29
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- hubspot-api-client (16.1.0 )
4
+ hubspot-api-client (16.1.1 )
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 = '16.1.0 '
2
+ VERSION = '16.1.1 '
3
3
end
You can’t perform that action at this time.
0 commit comments