Skip to content

Commit 2ff3b2b

Browse files
authored
Release 4.1.0 (#4)
1 parent f90873a commit 2ff3b2b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let package = Package(
2222
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2323
.binaryTarget(
2424
name: "OpenSSL",
25-
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.0.0/OpenSSL.xcframework.zip",
26-
checksum: "837a985b8d792f888297615f0c1f79238e455dab654c5354fcb4fc830367203d"
25+
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.1.0/OpenSSL.xcframework.zip",
26+
checksum: "6f951403c2bbaa0d141279e87f91cb5892519e28de71f438a713156acb0947cb"
2727
)
2828
]
2929
)

ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Next Release
1+
# Release 4.1.0
22

3+
- Upgrade OpenSSL version to 3.1.0
34
- Introduce Package.swift for importing
45

56
# Release 4.0.0

0 commit comments

Comments
 (0)