diff --git a/CHANGELOG.md b/CHANGELOG.md index 455fb783..dcdaed56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- Redefines several properties as nullable reference types + +## 2.0.3 + +### Changed + +Impoved handling of unexpected HTTP responses \ No newline at end of file diff --git a/ShipEngine/ShipEngine.csproj b/ShipEngine/ShipEngine.csproj index c035973b..4a07d6c0 100644 --- a/ShipEngine/ShipEngine.csproj +++ b/ShipEngine/ShipEngine.csproj @@ -4,7 +4,7 @@ ShipEngine sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps; - 2.0.2 + 2.0.3 ShipEngine ShipEngine The official ShipEngine C# SDK for .NET