Skip to content

Commit

Permalink
bump version, update CHANGELOG (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Nov 9, 2020
1 parent c0728b9 commit 84d10c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

A breaking change will get clearly marked in this log.

## Unreleased
## [v7.0.0](https://github.com/stellar/js-stellar-sdk/compare/v6.2.0...v7.0.0)

This release includes a major-version increase due to breaking changes included.

### Breaking

- Updates the SEP-10 utility function parameters and return values to support [SEP-10 v3.0](https://github.com/stellar/stellar-protocol/commit/9d121f98fd2201a5edfe0ed2befe92f4bf88bfe4)
- The following functions replaced the `homeDomain` parameter with `homeDomains` (note: plural):
- `utils.readChallengeTx()`
- `utils.verifyChallengeTxThreshold()`
- `utils.verifyChallengeTxSigners()`
- `utils.readChallengeTx()` now returns an additional object attribute, `matchedHomeDomain`

## Update

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-sdk",
"version": "6.2.0",
"version": "7.0.0",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 84d10c6

Please sign in to comment.