diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ee949c..c4a1f69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # CHANGELOG -## Next Release +## v6.8.0 (2024-10-22) -- Removes the deprecated `create_list` tracker endpoint function as it is no longer available via API +- Removes the deprecated `CreateList` Tracker function as it is no longer available via API - Adds `TrackingCodes` optional parameter to `Tracker.All` parameter set for listing trackers +- Adds `RestrictionComments` optional parameter to `CustomsInfo.Create` parameter set and enforces usage if `RestrictionType` is not "none" ## v6.7.3 (2024-09-17) diff --git a/EasyPost.nuspec b/EasyPost.nuspec index d774d339..77750050 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 6.7.3 + 6.8.0 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index e45a06b3..bd10b2a3 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.7.3")] -[assembly: AssemblyFileVersion("6.7.3")] -[assembly: AssemblyInformationalVersion("6.7.3")] +[assembly: AssemblyVersion("6.8.0")] +[assembly: AssemblyFileVersion("6.8.0")] +[assembly: AssemblyInformationalVersion("6.8.0")]