Skip to content

Commit 934d895

Browse files
Merge pull request #235 from HubSpot/feature/17.0.0-beta.3
17.0.0-beta.3
2 parents 8021242 + 279d990 commit 934d895

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@ 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/v17.0.0-beta.2...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.0.0-beta.3...HEAD)
99

1010

11+
## [17.0.0-beta.3] - 2023-05-12
12+
13+
## Added
14+
15+
- `crm.associations.v4.basic_api` Api.
16+
- `crm.objects.communications` Api client
17+
18+
### Updated
19+
20+
- `crm.associations.types_api` => `crm.associations.schema.types_api`.
21+
- `crm.associations.v4.definitions_api` => `crm.associations.v4.schema.definitions_api`.
22+
1123
## [17.0.0-beta.2] - 2023-04-28
1224
### Updated
1325

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 (17.0.0-beta.2)
4+
hubspot-api-client (17.0.0-beta.3)
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 = '17.0.0-beta.2'
2+
VERSION = '17.0.0-beta.3'
33
end

0 commit comments

Comments
 (0)