Skip to content

Commit

Permalink
chore(release): cut wallet sdk swift 6.0.0 release
Browse files Browse the repository at this point in the history
# [6.0.0](5.0.3...6.0.0) (2024-05-03)

* feat!(pollux): add jwt and anoncreds verification ([8e9e959](8e9e959))

### Features

* **demo:** update demo app with new features ([#133](#133)) ([931c843](931c843))

### BREAKING CHANGES

* ProofTypes was replaced by ClaimFilter

- This commit also has a fix with PRISM DID resolution, now it correctly resolves all public keys
- It adds a new utility method to castor to retrieve all public keys from a DID

Fixes ATL-6627
  • Loading branch information
atala-dev committed May 3, 2024
1 parent 8e9e959 commit 33b2b92
Show file tree
Hide file tree
Showing 3 changed files with 7,720 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [6.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/5.0.3...6.0.0) (2024-05-03)


* feat!(pollux): add jwt and anoncreds verification ([8e9e959](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/8e9e95921d74c939258916aeb6128d6171af4979))


### Features

* **demo:** update demo app with new features ([#133](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/issues/133)) ([931c843](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/931c8438e4603d25f264d8149135f623abf2f8a8))


### BREAKING CHANGES

* ProofTypes was replaced by ClaimFilter

- This commit also has a fix with PRISM DID resolution, now it correctly resolves all public keys
- It adds a new utility method to castor to retrieve all public keys from a DID

Fixes ATL-6627

# [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.6.0...4.0.0) (2024-01-25)


Expand Down
Loading

0 comments on commit 33b2b92

Please sign in to comment.