Skip to content

Commit

Permalink
bump version to v0.5.6 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
stfung77 authored Nov 11, 2022
1 parent 39a1047 commit d24af54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/anchor-tests",
"version": "0.5.5",
"version": "0.5.6",
"description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This changelog documents all releases and included changes to the @stellar/ancho

A breaking change will get clearly marked in this log.

## [v0.5.6](https://github.com/stellar/stellar-anchor-tests/compare/v0.5.5...v0.5.6)

### Update

- Add a configurable customerPollingTimeout value to the SEP-31 config to make sure a customer's status is `ACCEPTED` before trying to create a transaction. ([#102](https://github.com/stellar/stellar-anchor-tests/pull/102))
- SEP-31: can create a transaction

## [v0.5.5](https://github.com/stellar/stellar-anchor-tests/compare/v0.5.4...v0.5.5)

### Fix
Expand Down

0 comments on commit d24af54

Please sign in to comment.