Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(
name: "OpenSSL",
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.5.0/OpenSSL.xcframework.zip",
checksum: "22e2011e2528b72aa77b592ba4b118229b3fa3e3101101f38d5b8cab1cfb783b"
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.6.0/OpenSSL.xcframework.zip",
checksum: "d587e0f790d0a80616e77d88e1feaa33c50bfb46156c2a7bbb6f96c7eea952a6"
)
]
)
7 changes: 7 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 4.6.0

- Change license from EUPL to Apache License 2.0
- Upgrade Xcode version to 16.4
- Fix code verification in attach-binary-to-github lane
- Align xcframework build and artifact naming with SPM requirements

# Release 4.5.0

- Introduce time injection in X509 and OCSPResponse verification checks
Expand Down