Skip to content

Commit 93acb50

Browse files
committed
chore(release): cut wallet sdk swift 5.0.0 release
# [5.0.0](4.0.0...5.0.0) (2023-12-18) ### Bug Fixes * bug with header and footer of ed25519 and x25519 pem keys ([f9009b1](f9009b1)) * this was causing confusion since it was public, not used and did not work as expected ([3a6e894](3a6e894)) ### BREAKING CHANGES * This will not affect our API or was it working, but since it was public its considered a breaking change
1 parent 3a6e894 commit 93acb50

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/4.0.0...5.0.0) (2023-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* 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))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* This will not affect our API or was it working, but since it was public its considered a breaking change
13+
114
# [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.6.0...4.0.0) (2023-12-18)
215

316

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atala-prism-wallet-sdk-swift",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "atala-prism-wallet-sdk-swift",
55
"directories": {
66
"example": "examples"

0 commit comments

Comments
 (0)