diff --git a/CHANGELOG.md b/CHANGELOG.md index 458fbc5d..b7553b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.52.0](https://github.com/ForkbombEu/wallet/compare/v1.51.1...v1.52.0) (2024-09-24) + + +### Features + +* account settings ([#451](https://github.com/ForkbombEu/wallet/issues/451)) ([aadb4b9](https://github.com/ForkbombEu/wallet/commit/aadb4b919f789570501a9fdf1f71694627d41927)), closes [#314](https://github.com/ForkbombEu/wallet/issues/314) [#452](https://github.com/ForkbombEu/wallet/issues/452) + ## [1.51.1](https://github.com/ForkbombEu/wallet/compare/v1.51.0...v1.51.1) (2024-09-09) diff --git a/package.json b/package.json index ada9acff..b22263da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallet", - "version": "1.51.1", + "version": "1.52.0", "private": true, "scripts": { "dev": "vite dev --host",