From 913743d6171d474c74c057fef5eb9019d10cb98d Mon Sep 17 00:00:00 2001 From: Arthur Andrade Date: Thu, 7 Dec 2023 13:59:50 -0300 Subject: [PATCH] feat: Add changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c04bd..b6bc7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Add 'isDisposable' property to create address requests, indicating whether the address is disposable to prevent duplicates. + ## [1.37.2] - 2023-11-10 ### Fixed