Skip to content

Commit 0db117f

Browse files
plaurynovich-hubspotGitHub Enterprise
authored andcommitted
Merge pull request HubSpot#127 from HubSpot/feature/9.4.0
v9.4.0
2 parents 95c0b24 + af06005 commit 0db117f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [9.4.0] - 2021-02-08
9+
10+
- added Crm::Extensions::Accounting api module
11+
- added Crm::Extensions::Calling api module
12+
- added Crm::Extensions::Videoconferencing api module
13+
- added Crm::Objects::FeedbackSubmissions api module
14+
- added Files::Files api module
15+
- added Marketing::Transactional api module
16+
817
## [9.3.0] - 2021-01-20
918

1019
- Add automation actions client

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 (9.3.0)
4+
hubspot-api-client (9.4.0)
55
json (~> 2.1, >= 2.1.0)
66
require_all (~> 3.0.0)
77
typhoeus (~> 1.4.0)

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 = '9.3.0'
2+
VERSION = '9.4.0'
33
end

0 commit comments

Comments
 (0)