Skip to content

Commit

Permalink
chore(release): cut wallet sdk swift 5.0.0 release
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
atala-dev committed Dec 18, 2023
1 parent 3a6e894 commit 93acb50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 93acb50

Please sign in to comment.