Skip to content

Commit dbe268d

Browse files
Merge pull request #220 from HubSpot/feature/16.4.0
16.4.0
2 parents afbd1e3 + 2db27f2 commit dbe268d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ 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.3.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v16.4.0...HEAD)
9+
10+
## [16.4.0] - 2023-03-02
11+
### Added
12+
13+
- Update models for `crm.properties` API client
914

1015
## [16.3.0] - 2023-02-21
1116
### Added

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.3.0)
4+
hubspot-api-client (16.4.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 = '16.3.0'
2+
VERSION = '16.4.0'
33
end

0 commit comments

Comments
 (0)