Skip to content

Commit f7bf528

Browse files
Merge pull request #202 from HubSpot/feature/16.1.1
bump version to 16.1.1
2 parents a9d0c99 + 6351703 commit f7bf528

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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/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+
815
## [16.1.0] - 2022-12-22
916
### Added
1017

@@ -16,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1623
- Added Private App access token to (
1724
- cms.domains
1825
- crm.imports
19-
- crm.objects.emals
26+
- crm.objects.emails
2027
- marketing.events
2128
)
2229

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 (16.1.0)
4+
hubspot-api-client (16.1.1)
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 = '16.1.0'
2+
VERSION = '16.1.1'
33
end

0 commit comments

Comments
 (0)