Skip to content

Commit 112b9ba

Browse files
committed
Release 4.6.0
1 parent d8a1dd6 commit 112b9ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ let package = Package(
4242
// Targets can depend on other targets in this package, and on products in packages this package depends on.
4343
.binaryTarget(
4444
name: "OpenSSL",
45-
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.5.0/OpenSSL.xcframework.zip",
46-
checksum: "22e2011e2528b72aa77b592ba4b118229b3fa3e3101101f38d5b8cab1cfb783b"
45+
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.6.0/OpenSSL.xcframework.zip",
46+
checksum: "af3f26d8100ba3e6696437da9496aacb366bc68cfa86fb2d80ec1a831acebb39"
4747
)
4848
]
4949
)

ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 4.6.0
2+
3+
- Change license from EUPL to Apache License 2.0
4+
- Upgrade Xcode version to 16.4
5+
- Fix code verification in attach-binary-to-github lane
6+
17
# Release 4.5.0
28

39
- Introduce time injection in X509 and OCSPResponse verification checks

0 commit comments

Comments
 (0)