Skip to content

Commit

Permalink
update changelog, bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
jpill committed Jun 27, 2024
1 parent e3b660f commit 05bbfa7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,14 @@ Updated to .NET 8.0, removed Newtonsoft.Json dependency, and updated to System.T

### Changed

Updated references to use proper converter to resolve enum string values
Updated references to use proper converter to resolve enum string values

## 2.0.2

### Changed

- Adds the ability to initialize SDK with an HttpClient
- Adds cancellation token to client
- Adds HttpResponseMessage to ShipEngineException
- Adds missing markdown
- Redefines several properties as nullable reference types
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.1</Version>
<Version>2.0.2</Version>
<Authors>ShipEngine</Authors>
<Company>ShipEngine</Company>
<Summary>The official ShipEngine C# SDK for .NET</Summary>
Expand Down

0 comments on commit 05bbfa7

Please sign in to comment.