Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/pix key #6

Merged
merged 1 commit into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Given a version number MAJOR.MINOR.PATCH, increment:
- IssuingPurchase resource for Sub Issuers
- IssuingTransaction resource for Sub Issuers
- IssuingWithdrawal resource for Sub Issuers
- PixDirector resource for Direct Participants
- PixKey resource for Indirect and Direct Participants
- PixClaim resource for Indirect and Direct Participants
- ReversalRequest resource for Indirect and Direct Participants
- InfractionReport resource for Indirect and Direct Participants
- BrcodeCertificate resource for Indirect and Direct Participants
- Event.get(), Event.query(), Event.page(), Event.delete() and Event.update() functions
- Event.Attempt sub-resource to allow retrieval of information on failed webhook event delivery attempts

## [0.0.1] - 2022-03-18
### Added
Expand Down
Loading