Skip to content

Commit ae638ab

Browse files
atala-devgoncalo-frade-iohk
authored andcommitted
chore(release): cut wallet sdk swift 4.0.0 release
* bug with header and footer of ed25519 and x25519 pem keys ([8ec220f](8ec220f)) * didcomm connection runner message filtering ([e57d62b](e57d62b)) * this was causing confusion since it was public, not used and did not work as expected ([b82a9d6](b82a9d6)) * **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)) * **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. Signed-off-by: goncalo-frade-iohk <[email protected]>
1 parent fcde8b9 commit ae638ab

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.6.0...4.0.0) (2024-01-25)
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+
* 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))
9+
10+
11+
### Features
12+
13+
* **apollo:** integrate with apollo kmm ([32bdfbd](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/32bdfbd6cc8790391254c7ec1dca8dfe01fc62ee))
14+
* **pluto:** pluto will save link secret as a storable key. ([dbd724b](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/dbd724bca43b09394fbf282716bcd3e73459377b))
15+
* **pollux:** add anoncreds prooving implementation ([80377b1](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/80377b1b9f6d5255e5e6f0dd896253930cf0c4ee))
16+
* **pollux:** zkp verification ([395976a](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/commit/395976ae984f9a7d49ef944f0ed1641ae15e4f1d))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **apollo:** Updated Apollo public interface to be more in line with Cryptographic abstraction
22+
* This will not affect our API or was it working, but since it was public its considered a breaking change
23+
* **pluto:** This makes changes on pluto interface.
24+
125
# [3.6.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/compare/3.5.0...3.6.0) (2023-10-20)
226

327

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)