diff --git a/CHANGELOG.md b/CHANGELOG.md index f960ce517..f5e11d37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.0.0-beta.16](https://github.com/blockstack/stacks-wallet/compare/v4.0.0-beta.15...v4.0.0-beta.16) (2021-01-10) + + +### Bug Fixes + +* improve timing communication, closes [#470](https://github.com/blockstack/stacks-wallet/issues/470) ([c901a22](https://github.com/blockstack/stacks-wallet/commit/c901a229a9851b4d3be98971da0451de9460dc9c)) + # [4.0.0-beta.15](https://github.com/blockstack/stacks-wallet/compare/v4.0.0-beta.14...v4.0.0-beta.15) (2021-01-10) diff --git a/package.json b/package.json index 94598e660..505fb0ca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.0.0-beta.15", + "version": "4.0.0-beta.16", "description": "Stacks Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://www.blockstack.org/testnet-wallet",