Skip to content

Commit

Permalink
version bump: 0.8.0 (#114)
Browse files Browse the repository at this point in the history
0.8.0 + changelog
  • Loading branch information
tomerweller authored Dec 21, 2017
1 parent 492d86f commit 42f70d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.

## 0.8.0

* Modify `/trades` endpoint to reflect changes in horizon.
* Add `/trade_aggregations` support.
* Add `/assets` support.

## 0.7.3

* Upgrade `stellar-base`.
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": "0.7.7",
"version": "0.8.0",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 42f70d7

Please sign in to comment.