diff --git a/CHANGELOG.md b/CHANGELOG.md index e804ba35..e8949fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [5.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/4.0.0...5.0.0) (2023-12-18) + + +### Bug Fixes + +* bug with header and footer of ed25519 and x25519 pem keys ([f9009b1](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/f9009b1288feac645d8708cbe4a393fd7c726112)) +* this was causing confusion since it was public, not used and did not work as expected ([3a6e894](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/3a6e8943f45448e1bf505c0972ebdfc715ba313e)) + + +### BREAKING CHANGES + +* This will not affect our API or was it working, but since it was public its considered a breaking change + # [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.6.0...4.0.0) (2023-12-18) diff --git a/package-lock.json b/package-lock.json index 43f40fa1..a8568318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atala-prism-wallet-sdk-swift", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "atala-prism-wallet-sdk-swift", - "version": "4.0.0", + "version": "5.0.0", "license": "ISC", "devDependencies": { "@semantic-release/changelog": "^6.0.2", diff --git a/package.json b/package.json index 5f8227b8..10646acd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atala-prism-wallet-sdk-swift", - "version": "4.0.0", + "version": "5.0.0", "description": "atala-prism-wallet-sdk-swift", "directories": { "example": "examples"