Skip to content

Commit 67991dd

Browse files
Merge pull request #231 from HubSpot/feature/17.0.0-beta-2
17.0.0-beta.2
2 parents c92be9d + 53c9a3e commit 67991dd

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ 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.1...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.0.0-beta.2...HEAD)
9+
10+
11+
## [17.0.0-beta.2] - 2023-04-28
12+
### Updated
13+
14+
-Add new event types to webhooks.
15+
916

1017
## [17.0.0-beta.1] - 2023-04-11
1118
### Updated

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

0 commit comments

Comments
 (0)