@@ -5,21 +5,59 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8-
98## [ 4.11.0] = 2025-12-10
109
1110### Added
1211
1312- Methods to carta porte catalogs
14- - ` SearchAirTranportCodes ` , ` SearchTransportConfigs ` ,` SearchRightsOfPassage ` ,
15- ` SearchCustomsDocuments ` ,
16- ` SearchPackagingTypes `
17- ` SearchTrailerTypes ` ,
18- ` SearchHazardousMaterials ` ,
19- ` SearchNavalAuthorizations ` ,
20- ` SearchPortStations ` ,
21- ` SearchMarineContainers `
13+ - ` SearchAirTranportCodes ` , ` SearchTransportConfigs ` ,` SearchRightsOfPassage ` , ` SearchCustomsDocuments ` , ` SearchPackagingTypes ` ` SearchTrailerTypes ` , ` SearchHazardousMaterials ` , ` SearchNavalAuthorizations ` , ` SearchPortStations ` , ` SearchMarineContainers `
14+
15+ ## [ 4.10.1] = 2025-10-23
16+
17+ ### Added
18+
19+ - Added fields to ` Customer ` model: ` DefaultInvoiceUse ` .
20+
21+ ## [ 4.10.0] - 2025-09-04
22+
23+ ### Added
24+
25+ - Add ` Invoices.PreviewPdfAsync ` method to preview invoice PDF before stamping.
26+
27+ ## [ 4.9.1] - 2025-07-21
28+
29+ ### Fixed
30+
31+ - Fix ` Invoices.SendByEmailAsync ` , ` Receipts.SendByEmailAsync ` , ` Retentions.SendByEmailAsync ` method and mark the ` data ` parameter as optional.
32+
33+ ### Added
34+
35+ - Add ` AddOns ` property to ` Organization ` model to support Facturapi add-ons.
36+ - Add missing properties to ` Organization.Customization.PdfExtra ` model: ` AddressCodes ` , ` RoundUnitPrice ` , ` TaxBreakdown ` , ` IepsBreakdown ` , ` RenderCartaPorte ` , and ` RepeatSignature ` .
37+
38+ ## [ 4.9.0] - 2025-06-16
39+
40+ ### Added
41+
42+ - Add ` Organizations.UpdateSelfInvoiceSettingsAsync ` method to update self invoice settings.
43+
44+ ## [ 4.8.0] - 2025-04-22
2245
46+ ### Added
47+
48+ - Add Create Webhook ` Webhooks.CreateAsync `
49+ - Add Update Webhook ` Webhooks.UpdateAsync `
50+ - Add Retrieve Webhook ` Webhooks.RetrieveAsync `
51+ - Add Delete Webhook ` Webhooks.DeleteAsync `
52+ - Add List Webhooks ` Webhooks.ListAsync `
53+ - Add Validate Signature Webhook ` Webhooks.ValidateSignatureAsync `
54+
55+ ## [ 4.7.1] - 2025-04-16
56+
57+ ### Added
58+
59+ - Type IepsMode for Tax model
60+ - Type Factor for Tax model
2361
2462## [ 4.7.0] = 2025-02-25
2563
@@ -29,14 +67,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2967- Added fields to ` Customer ` model: ` SatValidatedAt ` , ` EditLink ` and ` EditLinkExpiresAt ` .
3068- Added targets for .NET 6.0 and .NET 7.0.
3169
32- ## [ 4.6.0] - 2024-23-09
70+ ## [ 4.6.0] - 2024-09-23
3371
3472### Added
3573
3674- Add List of Live Api Keys ` Organizations.ListAsyncLiveApiKey `
3775- Add Delete of a Live Api Key ` Organization.DeleteAsyncLiveApiKey `
3876
39- ## [ 4.5.0] - 2024-06-05
77+
78+ ## [ 4.5.0] - 2024-05-06
4079
4180### Added
4281
0 commit comments