Skip to content

Commit bc2ee87

Browse files
Merge pull request #362 from HubSpot/feature/update-changelog
Update changelog and version
2 parents 8ace27d + 7dda5bd commit bc2ee87

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,31 @@ 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-python/compare/v10.0.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v11.0.0...HEAD)
9+
10+
## [11.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v10.0.0...v11.0.0) - 2024-11-27
11+
12+
## Associations
13+
14+
- Added `assiciations.v4.report_api` Api.
15+
- Added `assiciations.v4.schema.definition_configurations_api` Api.
16+
17+
## Marketing Events
18+
19+
- Added `marketing.events.list_associations_api` Api.
20+
- Renamed method `create_by_contact_email` to `record_by_contact_emails` in `marketing.events.attendance_subscriber_state_changes_api`.
21+
- Renamed method `create_by_contact_id` to `record_by_contact_ids` in `marketing.events.attendance_subscriber_state_changes_api`.
22+
- Remove parameters `attendance_state_calculation_timestamp` and `import_status` to `marketing.events.models.marketing_event_update_request_params`.
23+
24+
## Other changes
25+
26+
- Added `api_request` Api(for requests by curl).
27+
- Enhance `get_all` method.
28+
- Added possibility change all configuration params("proxy", "proxy_headers" and ect.).
29+
- Fix call `crm.tickets.merge_api`.
30+
- Update README.
31+
- Update requires.
32+
- Update Makefile.
933

1034
## [10.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v9.0.0...v10.0.0) - 2024-10-10
1135

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.0.0
1+
11.0.0

0 commit comments

Comments
 (0)