Skip to content

Commit 980038e

Browse files
committed
feat: updating version and changelog
1 parent 94da97e commit 980038e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,13 @@ Fixed handling of No Content responses
223223
### Changed
224224

225225
- Marked v2 methods as obsolete
226+
227+
## 3.0.1
228+
229+
### Added
230+
231+
- Created new EstimatedImportCharges model for commercial invoices for international shipments.
232+
233+
### Changed
234+
235+
- Extend shipment endpoints to request, create, update and delete estimated import charges.

ShipEngineSDK/ShipEngineSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageId>ShipEngine</PackageId>
55
<PackageTags>sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;</PackageTags>
66

7-
<Version>3.0.0</Version>
7+
<Version>3.0.1</Version>
88
<Authors>ShipEngine</Authors>
99
<Company>ShipEngine</Company>
1010
<Summary>The official ShipEngine C# SDK for .NET</Summary>

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ignoreFileOverride": "./.openapi-generator-ignore",
1515
"library": "generichost",
1616
"additionalProperties": {
17-
"packageVersion": "3.0.0",
17+
"packageVersion": "3.0.1",
1818
"targetFramework": "netstandard2.0",
1919
"validatable": false,
2020
"sourceFolder": "",

0 commit comments

Comments
 (0)