From 9d79fe61313f55b11a55e4c1131c09405ff029cf Mon Sep 17 00:00:00 2001 From: Adolfo Builes Date: Thu, 22 Oct 2020 18:06:44 -0500 Subject: [PATCH] v4.0.1 (#376) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c60771fa..bf63bcc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [v4.0.1](https://github.com/stellar/js-stellar-base/compare/v4.0.0..v4.0.1) + +## Update + +- Update `createAccount` operation to accept `0` as the starting balance ([#375](https://github.com/stellar/js-stellar-base/pull/375)). + ## [v4.0.0](https://github.com/stellar/js-stellar-base/compare/v3.0.4..v4.0.0) ## Add diff --git a/package.json b/package.json index bf27dde30..69673d05f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-base", - "version": "4.0.0", + "version": "4.0.1", "description": "Low level stellar support library", "main": "./lib/index.js", "types": "./types/index.d.ts",