Skip to content

Commit

Permalink
Release v9.0.0-beta.1 (#712)
Browse files Browse the repository at this point in the history
* Release v9.0.0-beta.1

* Changelog
  • Loading branch information
Paul Bellamy authored Sep 20, 2021
1 parent 054d092 commit 4531155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
A breaking change will get clearly marked in this log.


## Unreleased
## [v9.0.0-beta.1](https://github.com/stellar/js-stellar-sdk/compare/v9.0.0-beta.0...v9.0.0-beta.1)

### Add

- Add `/liquidity_pools/:id/trades` endpoint ([#710](https://github.com/stellar/js-stellar-sdk/pull/710))

### Updates

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": "9.0.0-beta.0",
"version": "9.0.0-beta.1",
"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 4531155

Please sign in to comment.