diff --git a/CHANGELOG.md b/CHANGELOG.md index 129f7001..5c6d3245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.2.0 (2025-06-18) - Adds the following functions - `Shipment.CreateAndBuyLuma` diff --git a/EasyPost.nuspec b/EasyPost.nuspec index 70ee0540..cced2469 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 7.1.0 + 7.2.0 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index bb431832..d075f79d 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("7.1.0")] -[assembly: AssemblyFileVersion("7.1.0")] -[assembly: AssemblyInformationalVersion("7.1.0")] +[assembly: AssemblyVersion("7.2.0")] +[assembly: AssemblyFileVersion("7.2.0")] +[assembly: AssemblyInformationalVersion("7.2.0")]