Skip to content

Commit

Permalink
16.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alzheltkovskiy-hubspot committed Jan 24, 2023
1 parent 3917a47 commit 78d6dbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,13 @@ 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.2.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-ruby/compare/v16.2.1...HEAD)


## [16.2.1] - 2023-01-24
### Fixed

- Added missing modules


## [16.2.0] - 2023-01-09
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hubspot-api-client (16.2.0)
hubspot-api-client (16.2.1)
json (~> 2.1, >= 2.1.0)
typhoeus (~> 1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/hubspot/version.rb
@@ -1,3 +1,3 @@
module Hubspot
VERSION = '16.2.0'
VERSION = '16.2.1'
end

0 comments on commit 78d6dbf

Please sign in to comment.