Skip to content

Commit 3f37788

Browse files
committed
chore: Update changelog for version 0.0.7 with new features and improvements
1 parent 96fe8fb commit 3f37788

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.0.7] - 2025-06-25
4+
5+
### Added
6+
7+
- Transfer Recipients resource with full CRUD operations (create, list, fetch, update, delete)
8+
- Transfers resource with full API support (create/initiate, list, fetch, finalize, verify)
9+
- All resource methods now use `handle_response` for consistent response handling
10+
- Regression tests for Transfer Recipients and Transfers resources, ensuring response wrapping and validation
11+
12+
### Changed
13+
14+
- Registered `transfer_recipients` and `transfers` resources in the main client for easy access
15+
- Updated specs to verify that all resource methods wrap responses using `PaystackSdk::Response`
16+
17+
### Improved
18+
19+
- Enhanced test coverage for new resources and response handling
20+
- Improved code consistency by enforcing response wrapping and validation patterns across all new resources
21+
322
## [0.0.6] - 2025-06-10
423

524
### Added

0 commit comments

Comments
 (0)