diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9763e6f..7989f0360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.10.2 + +* Update `stellar-base` (and `js-xdr`). + ## 0.10.1 * Update `stellar-base` to `0.8.1`. diff --git a/package.json b/package.json index b7e8cc4ba..4179c4c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-sdk", - "version": "0.10.1", + "version": "0.10.2", "description": "stellar-sdk is a library for working with the Stellar Horizon server.", "main": "lib/index.js", "scripts": {