diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6d3245..df3aed71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## Next Release + +- Disposes of Luma service + ## v7.2.0 (2025-06-18) - Adds the following functions diff --git a/EasyPost/Client.cs b/EasyPost/Client.cs index b7026c2e..2d61eb27 100644 --- a/EasyPost/Client.cs +++ b/EasyPost/Client.cs @@ -216,6 +216,7 @@ protected override void Dispose(bool disposing) EndShipper.Dispose(); Event.Dispose(); Insurance.Dispose(); + Luma.Dispose(); Order.Dispose(); Parcel.Dispose(); Pickup.Dispose();