Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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>6.7.3</version>
<version>6.8.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("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")]
Loading