diff --git a/CHANGELOG.md b/CHANGELOG.md index 0146caf9..493720bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.2.0...3.2.1) (2023-09-01) + + +### Bug Fixes + +* did url string parsing correctly ([93a3eb4](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/93a3eb4a5ddfedc46b2816e38a18f56fa5b551a7)) + # [3.2.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.1.0...3.2.0) (2023-08-28) diff --git a/package-lock.json b/package-lock.json index eb7f7004..f7886a81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-wallet-sdk-swift", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-wallet-sdk-swift", - "version": "3.2.0", + "version": "3.2.1", "license": "ISC", "devDependencies": { "@semantic-release/changelog": "^6.0.2", diff --git a/package.json b/package.json index d5350093..17452e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-wallet-sdk-swift", - "version": "3.2.0", + "version": "3.2.1", "description": "atala-prism-wallet-sdk-swift", "directories": { "example": "examples"