Skip to content

Commit

Permalink
Merge pull request #220 from HubSpot/feature/16.4.0
Browse files Browse the repository at this point in the history
16.4.0
  • Loading branch information
alzheltkovskiy-hubspot authored Mar 2, 2023
2 parents afbd1e3 + 2db27f2 commit dbe268d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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).

## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v16.3.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v16.4.0...HEAD)

## [16.4.0] - 2023-03-02
### Added

- Update models for `crm.properties` API client

## [16.3.0] - 2023-02-21
### Added
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.3.0)
hubspot-api-client (16.4.0)
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.3.0'
VERSION = '16.4.0'
end

0 comments on commit dbe268d

Please sign in to comment.