diff --git a/CHANGELOG.md b/CHANGELOG.md index 89929e8dc..5548c75ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.2.5](https://github.com/ExchangeUnion/xud/compare/v1.2.3...v1.2.5) (2021-01-28) + + +### Bug Fixes + +* **rpc:** 0 remaining quantity on full remove ([#2022](https://github.com/ExchangeUnion/xud/issues/2022)) ([de7fd48](https://github.com/ExchangeUnion/xud/commit/de7fd48a860cb1bccf380c7050839de0a8c46d1f)), closes [#2020](https://github.com/ExchangeUnion/xud/issues/2020) + + +### Features + +* **cli:** add getethmnemonic ([8007801](https://github.com/ExchangeUnion/xud/commit/80078017754effa55dc93faa662aae233bff605f)) +* **connext:** disable collateralization requests ([b12a01e](https://github.com/ExchangeUnion/xud/commit/b12a01e21b4142f190481835192b683a9fb8c6f4)) +* **test:** skip simtests in preversion script ([e708326](https://github.com/ExchangeUnion/xud/commit/e708326ff753bfe05e470ac51176c2fd26090250)) + + + ## [1.2.4](https://github.com/ExchangeUnion/xud/compare/v1.2.0...v1.2.4) (2020-12-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 258d5841c..5c439fcc1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "xud", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9cf699277..3f7be0742 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xud", "minCompatibleVersion": "1.0.0-rc.1", - "version": "1.2.4", + "version": "1.2.5", "description": "Exchange Union Daemon", "main": "lib/Xud.js", "bin": {