diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f4a1d6..2346cc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.2.0](https://github.com/txnlab/use-wallet/compare/v2.1.3...v2.2.0) (2023-10-11) + +### Features + +- Custom wallet ([#106](https://github.com/txnlab/use-wallet/pull/106)) ([f1bb0f1](https://github.com/txnlab/use-wallet/commit/f1bb0f15177e7f719a9ec454ea847899837ee614)) + ## [2.1.3](https://github.com/txnlab/use-wallet/compare/v2.1.2...v2.1.3) (2023-09-22) ### Bug Fixes diff --git a/package.json b/package.json index 32433421..a5698f35 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/txnlab/use-wallet/issues" }, "homepage": "https://txnlab.github.io/use-wallet", - "version": "2.1.3", + "version": "2.2.0", "description": "React hooks for using Algorand compatible wallets in dApps.", "scripts": { "dev": "yarn storybook",