diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5e29b9f..1a687fea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CHANGELOG -## Next Release +## v4.0.2 (2022-11-01) + - Fix bug where the temporary internal API key switch when adding a credit card to a referral user was not reverted after the request. - After adding a credit card to a referral user, the existing Client would be misconfigured for following requests. diff --git a/EasyPost.nuspec b/EasyPost.nuspec index de95bb63e..5957de2f2 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 4.0.1 + 4.0.2 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index 4ac6ec167..795d78c3f 100644 --- a/EasyPost/Properties/VersionInfo.cs +++ b/EasyPost/Properties/VersionInfo.cs @@ -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.1")] -[assembly: AssemblyFileVersion("4.0.1")] -[assembly: AssemblyInformationalVersion("4.0.1")] +[assembly: AssemblyVersion("4.0.2")] +[assembly: AssemblyFileVersion("4.0.2")] +[assembly: AssemblyInformationalVersion("4.0.2")]