Skip to content

Commit

Permalink
Update CHANGELOG.md for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloverdaniel authored Sep 13, 2024
1 parent a3319f8 commit d20810e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2 (2024-09-13)
- This release adds the ability to cancel a transaction before payment is presented, as opposed to waiting for the reader to timeout. Simply call the new `cancelTransaction()` function after a transaction has begun but before the card is presented. If the reader is successully able to cancel the operation, the `charge()` function will throw a `CloverTransactionError` with a code of `.cancelled`. If a card has already been presented, the payment may be completed— at which time, you may reverse the payment as needed.
- Also includes miscellaneous bug fixes and improvements.

## 1.1.3 (2024-08-27)
- This release adds additional internal tools to assist Clover Developer Relations in debugging. No external or public changes.

Expand Down

0 comments on commit d20810e

Please sign in to comment.