Skip to content

Commit

Permalink
Merge pull request #95 from ShipEngine/error-handling
Browse files Browse the repository at this point in the history
bump version #, update changelog
  • Loading branch information
jpill authored Jun 28, 2024
2 parents 743d2d2 + de447c4 commit 04e8e29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,10 @@ Updated references to use proper converter to resolve enum string values
- Adds cancellation token to client
- Adds HttpResponseMessage to ShipEngineException
- Adds missing markdown
- Redefines several properties as nullable reference types
- Redefines several properties as nullable reference types

## 2.0.3

### Changed

Impoved handling of unexpected HTTP responses
2 changes: 1 addition & 1 deletion ShipEngine/ShipEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>ShipEngine</PackageId>
<PackageTags>sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;</PackageTags>

<Version>2.0.2</Version>
<Version>2.0.3</Version>
<Authors>ShipEngine</Authors>
<Company>ShipEngine</Company>
<Summary>The official ShipEngine C# SDK for .NET</Summary>
Expand Down

0 comments on commit 04e8e29

Please sign in to comment.