Skip to content

Commit 3ebfce3

Browse files
committed
chore(release): cut wallet sdk swift 4.0.0 release
# [4.0.0](3.6.0...4.0.0) (2024-01-31) ### Bug Fixes * bug with header and footer of ed25519 and x25519 pem keys ([8ec220f](8ec220f)) * didcomm connection runner message filtering ([e57d62b](e57d62b)) * schema download optional ([#116](#116)) ([44241ab](44241ab)) * this was causing confusion since it was public, not used and did not work as expected ([b82a9d6](b82a9d6)) ### Features * **apollo:** integrate with apollo kmm ([32bdfbd](32bdfbd)) * **pluto:** pluto will save link secret as a storable key. ([dbd724b](dbd724b)) * **pollux:** add anoncreds prooving implementation ([80377b1](80377b1)) * **pollux:** zkp verification ([395976a](395976a)) ### BREAKING CHANGES * **apollo:** Updated Apollo public interface to be more in line with Cryptographic abstraction * This will not affect our API or was it working, but since it was public its considered a breaking change * **pluto:** This makes changes on pluto interface.
1 parent db6a817 commit 3ebfce3

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.6.0...4.0.0) (2024-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* bug with header and footer of ed25519 and x25519 pem keys ([8ec220f](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/8ec220f3ed7e6c3f8c00671fea3cafff486b42ab))
7+
* didcomm connection runner message filtering ([e57d62b](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/e57d62bbdb008fde720cdb7755cf1c6a06ca631a))
8+
* schema download optional ([#116](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/issues/116)) ([44241ab](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/44241ab93d56d5e3d899e3e834e127f1ad4a643f))
9+
* this was causing confusion since it was public, not used and did not work as expected ([b82a9d6](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/b82a9d61f27064b427a40b3cfa8f336e58937416))
10+
11+
12+
### Features
13+
14+
* **apollo:** integrate with apollo kmm ([32bdfbd](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/32bdfbd6cc8790391254c7ec1dca8dfe01fc62ee))
15+
* **pluto:** pluto will save link secret as a storable key. ([dbd724b](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/dbd724bca43b09394fbf282716bcd3e73459377b))
16+
* **pollux:** add anoncreds prooving implementation ([80377b1](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/80377b1b9f6d5255e5e6f0dd896253930cf0c4ee))
17+
* **pollux:** zkp verification ([395976a](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/395976ae984f9a7d49ef944f0ed1641ae15e4f1d))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **apollo:** Updated Apollo public interface to be more in line with Cryptographic abstraction
23+
* This will not affect our API or was it working, but since it was public its considered a breaking change
24+
* **pluto:** This makes changes on pluto interface.
25+
126
# [3.6.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.5.0...3.6.0) (2023-10-20)
227

328

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": "3.6.0",
3+
"version": "4.0.0",
44
"description": "atala-prism-wallet-sdk-swift",
55
"directories": {
66
"example": "examples"

0 commit comments

Comments
 (0)