Skip to content

Commit

Permalink
bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpill committed Sep 12, 2024
1 parent 9d6b2dc commit 3f0f445
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,15 @@ Fixed handling of No Content responses
This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
another modifier can be added for a single request.

## 2.3.1

### Added

- Added license number, invoice number, and certificate number to advanced options

## 2.3.2

### Added

- Added funding_source and parcelguard to insurance provider enumeration
2 changes: 1 addition & 1 deletion ShipEngineSDK/ShipEngineSDK.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.3.1</Version>
<Version>2.3.2</Version>
<Authors>ShipEngine</Authors>
<Company>ShipEngine</Company>
<Summary>The official ShipEngine C# SDK for .NET</Summary>
Expand Down
11 changes: 9 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipengine-dotnet",
"version": "2.3.0",
"version": "2.3.2",
"description": "Package primarily used to generate the API and models from OpenApi spec\"",
"main": "index.js",
"directories": {
Expand All @@ -13,5 +13,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.4"
},
"dependencies": {
"shipengine-dotnet": "file:"
}
}

0 comments on commit 3f0f445

Please sign in to comment.