diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac8b22fa..58827a620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.5.2](https://github.com/blockstack/stacks-wallet/compare/v4.5.1...v4.5.2) (2021-09-10) + + +### Bug Fixes + +* update axios library ([c1f24bc](https://github.com/blockstack/stacks-wallet/commit/c1f24bccfaf5c9ac012cd0b525963fc3f86c0da3)) + ## [4.5.1](https://github.com/blockstack/stacks-wallet/compare/v4.5.0...v4.5.1) (2021-09-10) diff --git a/package.json b/package.json index e25c8b489..04d0396b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stacks-wallet", - "version": "4.5.1", + "version": "4.5.2", "description": "Hiro Wallet 2.0 — Stacking", "prettier": "@stacks/prettier-config", "homepage": "https://hiro.so/wallet",