We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30c4f0b + 9cb3a84 commit b384a46Copy full SHA for b384a46
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## Next Release
4
+
5
+- Disposes of Luma service
6
7
## v7.2.0 (2025-06-18)
8
9
- Adds the following functions
EasyPost/Client.cs
@@ -216,6 +216,7 @@ protected override void Dispose(bool disposing)
216
EndShipper.Dispose();
217
Event.Dispose();
218
Insurance.Dispose();
219
+ Luma.Dispose();
220
Order.Dispose();
221
Parcel.Dispose();
222
Pickup.Dispose();
0 commit comments