Skip to content

Commit

Permalink
Merge pull request #195 from HubSpot/feature/16.0.4
Browse files Browse the repository at this point in the history
feature/16.0.4
  • Loading branch information
alzheltkovskiy-hubspot authored Dec 8, 2022
2 parents 4eec566 + b154cf6 commit 68bbc0d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## [16.0.4] - 2022-12-08
### Changed

- Added Private App access token to (
- cms.domains
- crm.imports
- crm.objects.emals
- marketing.events
)

### Fixed

- Fix all association APIs

## [16.0.3] - 2022-11-23
### Changed

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hubspot-api-client (16.0.3)
hubspot-api-client (16.0.4)
json (~> 2.1, >= 2.1.0)
typhoeus (~> 1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/hubspot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hubspot
VERSION = '16.0.3'
VERSION = '16.0.4'
end

0 comments on commit 68bbc0d

Please sign in to comment.