Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
alzheltkovskiy-hubspot committed Nov 27, 2024
1 parent 8ace27d commit 7dda5bd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,31 @@ 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-python/compare/v10.0.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v11.0.0...HEAD)

## [11.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v10.0.0...v11.0.0) - 2024-11-27

## Associations

- Added `assiciations.v4.report_api` Api.
- Added `assiciations.v4.schema.definition_configurations_api` Api.

## Marketing Events

- Added `marketing.events.list_associations_api` Api.
- Renamed method `create_by_contact_email` to `record_by_contact_emails` in `marketing.events.attendance_subscriber_state_changes_api`.
- Renamed method `create_by_contact_id` to `record_by_contact_ids` in `marketing.events.attendance_subscriber_state_changes_api`.
- Remove parameters `attendance_state_calculation_timestamp` and `import_status` to `marketing.events.models.marketing_event_update_request_params`.

## Other changes

- Added `api_request` Api(for requests by curl).
- Enhance `get_all` method.
- Added possibility change all configuration params("proxy", "proxy_headers" and ect.).
- Fix call `crm.tickets.merge_api`.
- Update README.
- Update requires.
- Update Makefile.

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.0
11.0.0

0 comments on commit 7dda5bd

Please sign in to comment.