Skip to content

Commit

Permalink
Merge pull request #379 from EasyPost/v4.1.0
Browse files Browse the repository at this point in the history
chore: prepare v4.1.0 for release
  • Loading branch information
Justintime50 authored Dec 7, 2022
2 parents 3c694e2 + 59cabfe commit a6b3c75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHANGELOG

## Next Release
## v4.1.0 (2022-12-07)

- [ADDED] Support for creating/registering carrier accounts that require custom workflows (e.g. FedEx, UPS)
- [CHANGED] `Constants` are now stored in `EasyPost.Constants` instead of `EasyPost.Exceptions.Constants`
- [FIXED] Typo in endpoint was causing bank/card charge requests to fail
- Routes requests for creating a carrier account with a custom workflow (eg: FedEx, UPS) to the correct endpoint when using the `Create` function
- `Constants` are now stored in `EasyPost.Constants` instead of `EasyPost.Exceptions.Constants`
- Fixed a typo in `/charges` endpoint that was causing bank and credit card charge requests to fail

## v4.0.2 (2022-11-01)

Expand Down
2 changes: 1 addition & 1 deletion EasyPost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>EasyPost-Official</id>
<title>EasyPost (Official)</title>
<version>4.0.2</version>
<version>4.1.0</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://www.easypost.com</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions EasyPost/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Version information for an assembly must follow semantic versioning
// When releasing a release candidate, append a 4th digit being the number of the release candidate
[assembly: AssemblyVersion("4.0.2")]
[assembly: AssemblyFileVersion("4.0.2")]
[assembly: AssemblyInformationalVersion("4.0.2")]
[assembly: AssemblyVersion("4.1.0")]
[assembly: AssemblyFileVersion("4.1.0")]
[assembly: AssemblyInformationalVersion("4.1.0")]

0 comments on commit a6b3c75

Please sign in to comment.