Skip to content

Commit

Permalink
Release 4.2.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigabrtz authored Mar 25, 2024
1 parent b163eec commit 37e10b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.1.0/OpenSSL.xcframework.zip",
checksum: "6f951403c2bbaa0d141279e87f91cb5892519e28de71f438a713156acb0947cb"
url: "https://github.com/gematik/OpenSSL-Swift/releases/download/4.2.0/OpenSSL.xcframework.zip",
checksum: "51752b9e2a9b53d518c1d5bbc85d0961300c1337892649c7f179f0f8726dcc33"
)
]
)
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release 4.2.0

- Upgrade OpenSSL version to 3.2.1
- Remove dependency on DataKit

# Release 4.1.0

- Upgrade OpenSSL version to 3.1.0
Expand Down

0 comments on commit 37e10b7

Please sign in to comment.