diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc5a3ce..680f0b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +# v6.9.0 (2024-11-19) + +- Add missing `CheckDeliveryAddress` parameter for `Claim.Create` parameter set +- Handle enums when running parameter interdependency checks + # v6.8.1 (2024-10-31) - Fixes HTTP query parameter serialization bug causing `TrackingCodes` to be ignored when listing trackers diff --git a/EasyPost.nuspec b/EasyPost.nuspec index 7431b85e..74d95008 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 6.8.1 + 6.9.0 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index eb710947..4243a03a 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("6.8.1")] -[assembly: AssemblyFileVersion("6.8.1")] -[assembly: AssemblyInformationalVersion("6.8.1")] +[assembly: AssemblyVersion("6.9.0")] +[assembly: AssemblyFileVersion("6.9.0")] +[assembly: AssemblyInformationalVersion("6.9.0")]