Skip to content

Commit

Permalink
Release 4.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigabrtz authored Jun 7, 2023
1 parent f90873a commit 2ff3b2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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.0.0/OpenSSL.xcframework.zip",
checksum: "837a985b8d792f888297615f0c1f79238e455dab654c5354fcb4fc830367203d"
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.1.0/OpenSSL.xcframework.zip",
checksum: "6f951403c2bbaa0d141279e87f91cb5892519e28de71f438a713156acb0947cb"
)
]
)
3 changes: 2 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Next Release
# Release 4.1.0

- Upgrade OpenSSL version to 3.1.0
- Introduce Package.swift for importing

# Release 4.0.0
Expand Down

0 comments on commit 2ff3b2b

Please sign in to comment.