Skip to content

Commit b384a46

Browse files
authored
Merge pull request #626 from EasyPost/dispose_luma
fix: dispose of luma service
2 parents 30c4f0b + 9cb3a84 commit b384a46

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Next Release
4+
5+
- Disposes of Luma service
6+
37
## v7.2.0 (2025-06-18)
48

59
- Adds the following functions

EasyPost/Client.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ protected override void Dispose(bool disposing)
216216
EndShipper.Dispose();
217217
Event.Dispose();
218218
Insurance.Dispose();
219+
Luma.Dispose();
219220
Order.Dispose();
220221
Parcel.Dispose();
221222
Pickup.Dispose();

0 commit comments

Comments
 (0)