Skip to content

Commit

Permalink
Merge pull request #240 from HubSpot/feature/17.0.0.pre.beta.4
Browse files Browse the repository at this point in the history
17.0.0.pre.beta.4
  • Loading branch information
alzheltkovskiy-hubspot authored May 17, 2023
2 parents a7d7457 + 0b90a00 commit f50b781
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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).

## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.0.0-beta.3...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v17.0.0.pre.beta.4...HEAD)


## [17.0.0.pre.beta.4] - 2023-05-17

## Added

- added custom exceptions for Signature
- add associations types

## Updated

- remove deprecated `validate_signature`

## [17.0.0-beta.3] - 2023-05-12

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

0 comments on commit f50b781

Please sign in to comment.