File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
17
## [ 9.3.0] - 2021-01-20
9
18
10
19
- Add automation actions client
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- hubspot-api-client (9.3 .0 )
4
+ hubspot-api-client (9.4 .0 )
5
5
json (~> 2.1 , >= 2.1.0 )
6
6
require_all (~> 3.0.0 )
7
7
typhoeus (~> 1.4.0 )
Original file line number Diff line number Diff line change 1
1
module Hubspot
2
- VERSION = '9.3 .0'
2
+ VERSION = '9.4 .0'
3
3
end
You can’t perform that action at this time.
0 commit comments